diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-04-11 11:42:29 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-11 11:42:29 +0100 |
commit | afc84f23b29ec0e08b34601c34e26f07beb110f8 (patch) | |
tree | e2f1566fd147429fd223f61d0cb4917205b4a0ba /sw/source | |
parent | efcce8fc8478207d58069ee992aab4ff7b07f619 (diff) |
VclPtr: unfortunate includes needed for inlining ref/unref.
Change-Id: Ie875018a1ad28e4e6a46c2d0a3c2e4115a6fe30d
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/inc/drawfont.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/core/inc/drawfont.hxx b/sw/source/core/inc/drawfont.hxx index b78d2db45bd5..a601ce4aa20c 100644 --- a/sw/source/core/inc/drawfont.hxx +++ b/sw/source/core/inc/drawfont.hxx @@ -22,9 +22,10 @@ #include <tools/solar.h> #include <osl/diagnose.h> +#include <vcl/vclptr.hxx> +#include <vcl/outdev.hxx> class SwTxtFrm; -class OutputDevice; class SwViewShell; class SwScriptInfo; class Point; |