diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-03-17 08:39:26 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-03-17 08:39:26 +0100 |
commit | 9865a0d430da8948210a2cd9d4bae08e6023f4c8 (patch) | |
tree | ae9c1f0e89741f9cec917ab78667aca76903c486 /svx | |
parent | 49750862171c8d23f60bd1f1a1983b6e834ef9bf (diff) |
workaround broken msvc template instantiation
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/svx/sdrpaintwindow.hxx | 3 |
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 |