diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-27 02:06:33 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-27 02:12:30 +0200 |
commit | 839a61c48c191ba9b9455bc9a64b1cd3f232d2f8 (patch) | |
tree | 573097bf8d5c3f862a6c66b82884bf5aa84ef10e /vcl | |
parent | 006e12732427ffcd8d846bb0a4d9961dac3c2336 (diff) |
Need <vcl/sysdata.hxx> here now
Change-Id: I8287f55e283676fb3dc83e7c1f4200e6a3c78f45
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/headless/svptext.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/headless/svptext.cxx b/vcl/headless/svptext.cxx index b4429b22a2f6..1e748231b637 100644 --- a/vcl/headless/svptext.cxx +++ b/vcl/headless/svptext.cxx @@ -29,6 +29,7 @@ #include <impfont.hxx> #include <rtl/instance.hxx> +#include "vcl/sysdata.hxx" #include "generic/geninst.h" #include "generic/genpspgraphics.h" #include "generic/glyphcache.hxx" |