diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-02-28 21:19:26 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-01 20:38:55 +0000 |
commit | 80992b7a7ff56c9918d90e3304d1ea10f0502d6e (patch) | |
tree | 931f0f35275fdc861787cad402915d57de923591 /vcl | |
parent | e9b25ee40d7d1d3a3363be264fb64db82f584e02 (diff) |
make sure to include the header
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/aqua/inc/salgdi.h | 1 | ||||
-rw-r--r-- | vcl/win/inc/salgdi.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/vcl/aqua/inc/salgdi.h b/vcl/aqua/inc/salgdi.h index ad6b92225a8e..5e4276c725d8 100644 --- a/vcl/aqua/inc/salgdi.h +++ b/vcl/aqua/inc/salgdi.h @@ -36,6 +36,7 @@ #include "vcl/sv.h" #include "vcl/outfont.hxx" #include "vcl/salgdi.hxx" +#include <vcl/fontcapabilities.hxx> #include "aquavcltypes.h" #include "basegfx/polygon/b2dpolypolygon.hxx" diff --git a/vcl/win/inc/salgdi.h b/vcl/win/inc/salgdi.h index 91516ee361d7..9ea30c7f4272 100644 --- a/vcl/win/inc/salgdi.h +++ b/vcl/win/inc/salgdi.h @@ -34,6 +34,7 @@ #include <vcl/salgdi.hxx> #include <vcl/outfont.hxx> #include <vcl/impfont.hxx> +#include <vcl/fontcapabilities.hxx> #include "boost/scoped_ptr.hpp" #include <boost/unordered_set.hpp> |