diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-27 23:39:27 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-27 23:39:27 +1100 |
commit | 45368d237be01e9c105c2e09599f6d06d107453c (patch) | |
tree | 8630db7783ee355caf2c62f987a15bbdb4183235 /vcl | |
parent | 56a57c5efa1bd13795846062437d788e22939aea (diff) |
vcl: readd include of <vector> into vcl/inc/sft.hxx
Change-Id: I7a9b1cf64d8972ecee25b764d4091aa551fa1ff3
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/sft.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/sft.hxx b/vcl/inc/sft.hxx index fc0e69f5658a..e346d83ad3fc 100644 --- a/vcl/inc/sft.hxx +++ b/vcl/inc/sft.hxx @@ -49,6 +49,8 @@ #include <vcl/dllapi.h> #include <vcl/fontcapabilities.hxx> +#include <vector> + namespace vcl { |