diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-12-10 12:50:42 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-12-10 14:40:10 +0100 |
commit | 725b6fe4ce09ec23e7b665a7ffee3b96da645cc0 (patch) | |
tree | 4398457337dc090117ba7e20ccab564ae91cde14 /include | |
parent | 81434a0f9afea2185f5e59be09ac73f363baeb92 (diff) |
OutputDevice must be a complete type here
...on Windows for SVX_DLLPUBLIC SdrObjMacroHitRec with (implicitly) inline
special member functions and VclPtr<OutputDevice> member.
Change-Id: Ieff82d634e220d698db79e9b1e871fe5118d9c9f
Reviewed-on: https://gerrit.libreoffice.org/64868
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdobj.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx index db1f4d1acf1a..0177cec8ff3b 100644 --- a/include/svx/svdobj.hxx +++ b/include/svx/svdobj.hxx @@ -24,6 +24,7 @@ #include <com/sun/star/uno/Any.hxx> #include <cppuhelper/weakref.hxx> #include <rtl/ustring.hxx> +#include <vcl/outdev.hxx> #include <vcl/vclptr.hxx> #include <svl/lstner.hxx> #include <svl/poolitem.hxx> @@ -73,7 +74,6 @@ class SdrObjPlusData; class SdrGluePoint; class SdrGluePointList; class SdrLayerIDSet; -class OutputDevice; class Fraction; namespace basegfx |