diff options
author | Armin Le Grand <Armin.Le.Grand@cib.de> | 2016-06-14 10:01:51 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-08-18 02:39:07 +0200 |
commit | 72aec4f8f1babefa6a62ff3d035b6d7661de476a (patch) | |
tree | 05d48d7ffda8823aeffb7036516161d6882eca75 | |
parent | 13a9727a6399df8df0b2719adb094c81e147a3e8 (diff) |
screenshots: added stuff for Linux build
Change-Id: Icc219fd6d2d8fc555f8e54d1fd0116e5976c5f7b
-rw-r--r-- | include/vcl/abstdlg.hxx | 1 | ||||
-rw-r--r-- | sd/inc/sdabstdlg.hxx | 1 | ||||
-rw-r--r-- | vcl/source/window/abstdlg.cxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/abstdlg.hxx b/include/vcl/abstdlg.hxx index daa897d83647..e4416814f472 100644 --- a/include/vcl/abstdlg.hxx +++ b/include/vcl/abstdlg.hxx @@ -22,6 +22,7 @@ #include <rtl/ustring.hxx> #include <tools/link.hxx> #include <vcl/dllapi.h> +#include <vector> namespace vcl { class Window; } class ResId; diff --git a/sd/inc/sdabstdlg.hxx b/sd/inc/sdabstdlg.hxx index 5b7e3b921264..04cff2034b33 100644 --- a/sd/inc/sdabstdlg.hxx +++ b/sd/inc/sdabstdlg.hxx @@ -31,6 +31,7 @@ #include "prlayout.hxx" #include "sdenumdef.hxx" #include "pres.hxx" +#include "sddllapi.h" namespace sd { class View; diff --git a/vcl/source/window/abstdlg.cxx b/vcl/source/window/abstdlg.cxx index 260055ff8566..807e75ead2d0 100644 --- a/vcl/source/window/abstdlg.cxx +++ b/vcl/source/window/abstdlg.cxx @@ -22,6 +22,7 @@ #include <rtl/ustring.hxx> #include <osl/module.hxx> #include <vcl/abstdlg.hxx> +#include <vcl/bitmap.hxx> typedef VclAbstractDialogFactory* (SAL_CALL *FuncPtrCreateDialogFactory)(); |