vcl/inc/textlayout.hxx | 2 ++ vcl/inc/toolbox.h | 2 ++ vcl/inc/vcleventlisteners.hxx | 2 ++ vcl/inc/window.h | 3 +++ 4 files changed, 9 insertions(+)
New commits: commit 626702aa39798715fd252ae8f484233cae8a829f Author: Chris Sherlock <[email protected]> Date: Wed Jan 27 23:51:17 2016 +1100 vcl: readd <vector> and <set> into vcl/inc/window.h Change-Id: I705a170acc045d8423ea42aebf7c5ca13a3ede72 diff --git a/vcl/inc/window.h b/vcl/inc/window.h index b94ca6e..a88a6ad 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 { commit d6cf0b42fc71f4da531e98391add4c51c0ab798f Author: Chris Sherlock <[email protected]> Date: Wed Jan 27 23:50:25 2016 +1100 vcl: readd <vector> into vcleventlistener.hxx Change-Id: If9420596ff779381dea9a494a68267ba3de15f8c diff --git a/vcl/inc/vcleventlisteners.hxx b/vcl/inc/vcleventlisteners.hxx index d88e816..9332b4b 100644 --- a/vcl/inc/vcleventlisteners.hxx +++ b/vcl/inc/vcleventlisteners.hxx @@ -20,6 +20,8 @@ #ifndef INCLUDED_VCL_INC_VCLEVENTLISTENERS_HXX #define INCLUDED_VCL_INC_VCLEVENTLISTENERS_HXX +#include <vector> + class VCL_DLLPUBLIC VclEventListeners { public: commit f73c181a31b4bc1ca16475328ec4df300baccf7d Author: Chris Sherlock <[email protected]> Date: Wed Jan 27 23:49:41 2016 +1100 vcl: readd <vector> into toolbox.h Change-Id: I6efa1a909e75a235e5c6509986dd3a916dd82eaf diff --git a/vcl/inc/toolbox.h b/vcl/inc/toolbox.h index 9be81af..5ecd438 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 commit 9660106938167b1271f957a69b210d84c3d9691b Author: Chris Sherlock <[email protected]> Date: Wed Jan 27 23:48:14 2016 +1100 vcl: readd <memory> into textlayout.hxx Change-Id: I6ea4ed1b8f397c4ac5f7dfba8b4f5385ce1fc7d2 diff --git a/vcl/inc/textlayout.hxx b/vcl/inc/textlayout.hxx index a5c86a9..f057c5c 100644 --- a/vcl/inc/textlayout.hxx +++ b/vcl/inc/textlayout.hxx @@ -20,6 +20,8 @@ #ifndef INCLUDED_VCL_INC_TEXTLAYOUT_HXX #define INCLUDED_VCL_INC_TEXTLAYOUT_HXX +#include <memory> + class Control; namespace vcl _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
