summaryrefslogtreecommitdiff
path: root/vcl/inc/outfont.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/outfont.hxx')
-rw-r--r--vcl/inc/outfont.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/outfont.hxx b/vcl/inc/outfont.hxx
index 741d6be82158..53ec90991bc7 100644
--- a/vcl/inc/outfont.hxx
+++ b/vcl/inc/outfont.hxx
@@ -20,9 +20,9 @@
#ifndef _SV_OUTFONT_HXX
#define _SV_OUTFONT_HXX
+#include <sal/types.h>
#include <tools/string.hxx>
#include <i18npool/lang.h>
-#include <tools/gen.hxx>
#include <tools/solar.h>
#include <vcl/dllapi.h>
#include <unotools/fontdefs.hxx>
@@ -42,6 +42,7 @@ class Font;
class ConvertChar;
struct FontMatchStatus;
class OutputDevice;
+class Size;
namespace com { namespace sun { namespace star { namespace lang { struct Locale; }}}}