diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-05-21 13:25:30 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-05-21 13:26:14 +0300 |
commit | 02dcdb10111b9c5f644cbded01c6da688e807dac (patch) | |
tree | 1e10e622446d2046a693c7a77866d78b4bcfa7bf /include/vcl/font.hxx | |
parent | e2565690b5d1814d21c1df9bfeefe971e0265738 (diff) |
Log also the size
Change-Id: I391fbc092b05600b0a4c2107e3934e1fb7334554
Diffstat (limited to 'include/vcl/font.hxx')
-rw-r--r-- | include/vcl/font.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/font.hxx b/include/vcl/font.hxx index d9649baa8890..5e0b13481005 100644 --- a/include/vcl/font.hxx +++ b/include/vcl/font.hxx @@ -25,6 +25,7 @@ #include <vcl/dllapi.h> #include <i18nlangtag/languagetag.hxx> #include <tools/color.hxx> +#include <tools/gen.hxx> #include <vcl/vclenum.hxx> #include <vcl/fntstyle.hxx> @@ -33,7 +34,6 @@ class SvStream; class Impl_Font; class ImplFontAttributes; -class Size; class VCL_DLLPUBLIC Font { |