diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-27 22:45:32 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-27 22:45:32 +1100 |
commit | 9925881003cb4f8055e32e23e51feb7fbef751f8 (patch) | |
tree | e51dca539fe1044f2a00b851d94890a924e826d4 /vcl | |
parent | 362477a317df0c5a122d06be3a2c73c2eacbb1db (diff) |
vcl: put back std headers to salgdiimpl.hxx
Change-Id: I49e963d2a6afa8e1fdce975323a42efe67dd5c54
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/salgdi.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/inc/salgdi.hxx b/vcl/inc/salgdi.hxx index 78cea9ec4e6e..1ded1a70941b 100644 --- a/vcl/inc/salgdi.hxx +++ b/vcl/inc/salgdi.hxx @@ -28,6 +28,10 @@ #include <config_cairo_canvas.h> +#include <map> +#include <set> +#include <vector> + class PhysicalFontCollection; class SalBitmap; class FontSelectPattern; |