diff options
Diffstat (limited to 'include/svtools/imaprect.hxx')
-rw-r--r-- | include/svtools/imaprect.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/imaprect.hxx b/include/svtools/imaprect.hxx index 6855fb36926c..48dff3cd95cf 100644 --- a/include/svtools/imaprect.hxx +++ b/include/svtools/imaprect.hxx @@ -19,12 +19,12 @@ #ifndef INCLUDED_SVTOOLS_IMAPRECT_HXX #define INCLUDED_SVTOOLS_IMAPRECT_HXX +#include <boost/rational.hpp> + #include <svtools/svtdllapi.h> #include <svtools/imapobj.hxx> #include <tools/gen.hxx> -namespace boost { template<typename T> class rational; } - class SVT_DLLPUBLIC IMapRectangleObject : public IMapObject { Rectangle aRect; |