diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-27 23:49:41 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-27 23:49:41 +1100 |
commit | f73c181a31b4bc1ca16475328ec4df300baccf7d (patch) | |
tree | 4c317afbf30a390c60b49e32fde4f278f5104e4c /vcl | |
parent | 9660106938167b1271f957a69b210d84c3d9691b (diff) |
vcl: readd <vector> into toolbox.h
Change-Id: I6efa1a909e75a235e5c6509986dd3a916dd82eaf
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/toolbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/toolbox.h b/vcl/inc/toolbox.h index 9be81afdceed..5ecd438ee860 100644 --- a/vcl/inc/toolbox.h +++ b/vcl/inc/toolbox.h @@ -23,6 +23,8 @@ #include <vcl/toolbox.hxx> #include <vcl/controllayout.hxx> +#include <vector> + #define TB_DROPDOWNARROWWIDTH 11 #define TB_MENUBUTTON_SIZE 12 |