summaryrefslogtreecommitdiff
path: root/include/svtools/imap.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-10-23 17:30:09 +0200
committerJan Holesovsky <kendy@collabora.com>2014-10-23 18:34:37 +0200
commit81819527318c583ead77a15e700ebf81e9e41e6e (patch)
tree01a7258260916be46ded0599b3fd7c2c8d06faf9 /include/svtools/imap.hxx
parentdc90c5a3955a33e1ae5216640021866be392f2d3 (diff)
Fraction: Revert "do not forward-declare templates"
Diffstat (limited to 'include/svtools/imap.hxx')
-rw-r--r--include/svtools/imap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/imap.hxx b/include/svtools/imap.hxx
index 29b5de5cfb24..37a513352778 100644
--- a/include/svtools/imap.hxx
+++ b/include/svtools/imap.hxx
@@ -22,12 +22,12 @@
#include <svtools/svtdllapi.h>
#include <tools/stream.hxx>
-#include <boost/rational.hpp>
#include <vector>
class Point;
class Rectangle;
class Size;
+namespace boost { template<typename T> class rational; }
class IMapObject;
typedef ::std::vector< IMapObject* > IMapObjectList_impl;