diff options
Diffstat (limited to 'include/sax/tools/converter.hxx')
-rw-r--r-- | include/sax/tools/converter.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sax/tools/converter.hxx b/include/sax/tools/converter.hxx index c7fe12f4c100..a8880d962920 100644 --- a/include/sax/tools/converter.hxx +++ b/include/sax/tools/converter.hxx @@ -22,8 +22,6 @@ #include <sax/saxdllapi.h> -#include <boost/optional/optional.hpp> - #include <sal/types.h> #include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> @@ -31,6 +29,7 @@ #include <com/sun/star/util/MeasureUnit.hpp> #include <tools/color.hxx> +namespace boost { template <class T> class optional; } namespace com { namespace sun { namespace star { namespace uno { |