summaryrefslogtreecommitdiff
path: root/include/sfx2/viewfrm.hxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-10-14 14:38:33 +0200
committerDavid Tardon <dtardon@redhat.com>2014-10-14 17:56:23 +0200
commit091742e86aeb5287f7236f666fee48946ab4c67b (patch)
tree34e1f082e973807c012773856d7f572a27504da0 /include/sfx2/viewfrm.hxx
parent92f66c5813c34ed470cc00f0d83ed4d80ab39f5c (diff)
do not forward-declare templates
Change-Id: I3b0a145f70406f0c8a12b6c4b7876c4148f76e93
Diffstat (limited to 'include/sfx2/viewfrm.hxx')
-rw-r--r--include/sfx2/viewfrm.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sfx2/viewfrm.hxx b/include/sfx2/viewfrm.hxx
index 9acc0e23fd85..426a9fd9a9df 100644
--- a/include/sfx2/viewfrm.hxx
+++ b/include/sfx2/viewfrm.hxx
@@ -19,6 +19,8 @@
#ifndef INCLUDED_SFX2_VIEWFRM_HXX
#define INCLUDED_SFX2_VIEWFRM_HXX
+#include <boost/rational.hpp>
+
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <sal/types.h>
@@ -43,7 +45,6 @@ class SfxProgress;
class SvData;
class SfxViewShell;
class SystemWindow;
-namespace boost { template<typename T> class rational; }
class Point;
class Size;
class SfxChildWindow;