summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-03-17 08:39:26 +0100
committerTor Lillqvist <tlillqvist@suse.com>2012-03-19 08:49:48 +0200
commit4d3eaff534a7c97dc4d296f6b3cea4578db24182 (patch)
treef2b1cc94fa13701d897c7433e91064b4bcdfb36a /svx
parenta95769b378b9d4d77d4409cd72dcdccf32e32744 (diff)
workaround broken msvc template instantiation
(cherry picked from commit 9865a0d430da8948210a2cd9d4bae08e6023f4c8) Signed-off-by: Tor Lillqvist <tlillqvist@suse.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svx/sdrpaintwindow.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/inc/svx/sdrpaintwindow.hxx b/svx/inc/svx/sdrpaintwindow.hxx
index 9ecfbed65839..c6faaa28121a 100644
--- a/svx/inc/svx/sdrpaintwindow.hxx
+++ b/svx/inc/svx/sdrpaintwindow.hxx
@@ -45,6 +45,9 @@ namespace sdr
} // end of namespace overlay
} // end of namespace sdr
+#ifdef _MSC_VER // broken msvc template instantiation
+#include <svx/sdr/overlay/overlaymanager.hxx>
+#endif
////////////////////////////////////////////////////////////////////////////////////////////////////
class SdrPreRenderDevice