diff options
Diffstat (limited to 'vcl/inc/impfontcharmap.hxx')
-rw-r--r-- | vcl/inc/impfontcharmap.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/impfontcharmap.hxx b/vcl/inc/impfontcharmap.hxx index e03bf2665f38..197333a49b6e 100644 --- a/vcl/inc/impfontcharmap.hxx +++ b/vcl/inc/impfontcharmap.hxx @@ -20,6 +20,9 @@ #ifndef INCLUDED_VCL_INC_IMPFONTCHARMAP_HXX #define INCLUDED_VCL_INC_IMPFONTCHARMAP_HXX +#include <tools/ref.hxx> +#include <vcl/dllapi.h> + class ImplFontCharMap; typedef tools::SvRef<ImplFontCharMap> ImplFontCharMapRef; |