diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-27 23:51:17 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-27 23:51:17 +1100 |
commit | 626702aa39798715fd252ae8f484233cae8a829f (patch) | |
tree | 297ed9c4e78b4edf352d103a8f0dd92ed27c226e /vcl | |
parent | d6cf0b42fc71f4da531e98391add4c51c0ab798f (diff) |
vcl: readd <vector> and <set> into vcl/inc/window.h
Change-Id: I705a170acc045d8423ea42aebf7c5ca13a3ede72
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h index b94ca6e7e841..a88a6ad516f6 100644 --- a/vcl/inc/window.h +++ b/vcl/inc/window.h @@ -25,6 +25,9 @@ #include <vcl/idle.hxx> #include <vcl/rendersettings.hxx> +#include <vector> +#include <set> + struct ImplDelData; namespace vcl { |