summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/control/button.cxx1
-rw-r--r--vcl/source/control/field.cxx1
-rw-r--r--vcl/source/control/listbox.cxx1
-rw-r--r--vcl/source/window/layout.cxx1
-rw-r--r--vcl/source/window/toolbox2.cxx1
-rw-r--r--vcl/source/window/window.cxx1
6 files changed, 6 insertions, 0 deletions
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx
index 3a286f026cba..ce37b5b358f6 100644
--- a/vcl/source/control/button.cxx
+++ b/vcl/source/control/button.cxx
@@ -44,6 +44,7 @@
#include <comphelper/dispatchcommand.hxx>
#include <comphelper/lok.hxx>
#include <officecfg/Office/Common.hxx>
+#include <boost/property_tree/ptree.hpp>
using namespace css;
diff --git a/vcl/source/control/field.cxx b/vcl/source/control/field.cxx
index 83644c5e5657..ed003e5d74e6 100644
--- a/vcl/source/control/field.cxx
+++ b/vcl/source/control/field.cxx
@@ -39,6 +39,7 @@
#include <rtl/math.hxx>
#include <unotools/localedatawrapper.hxx>
+#include <boost/property_tree/ptree.hpp>
using namespace ::com::sun::star;
using namespace ::comphelper;
diff --git a/vcl/source/control/listbox.cxx b/vcl/source/control/listbox.cxx
index d9bb1d98bfed..de2f45c69525 100644
--- a/vcl/source/control/listbox.cxx
+++ b/vcl/source/control/listbox.cxx
@@ -32,6 +32,7 @@
#include <comphelper/lok.hxx>
#include <com/sun/star/datatransfer/dnd/XDropTarget.hpp>
+#include <boost/property_tree/ptree.hpp>
void ListBox::EnableQuickSelection( bool b )
{
diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx
index ce0d15afddab..75da9e20b9e5 100644
--- a/vcl/source/window/layout.cxx
+++ b/vcl/source/window/layout.cxx
@@ -19,6 +19,7 @@
#include <messagedialog.hxx>
#include <window.h>
#include <boost/multi_array.hpp>
+#include <boost/property_tree/ptree.hpp>
#include <vcl/vclmedit.hxx>
#include <sal/log.hxx>
diff --git a/vcl/source/window/toolbox2.cxx b/vcl/source/window/toolbox2.cxx
index 56f687dac2f8..201e44213d49 100644
--- a/vcl/source/window/toolbox2.cxx
+++ b/vcl/source/window/toolbox2.cxx
@@ -21,6 +21,7 @@
#include <sal/log.hxx>
#include <comphelper/processfactory.hxx>
+#include <boost/property_tree/ptree.hpp>
#include <vcl/svapp.hxx>
#include <vcl/idle.hxx>
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index b09158b9b16c..c6434c537eb8 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -66,6 +66,7 @@
#include <unotools/configmgr.hxx>
#include <osl/diagnose.h>
#include <tools/debug.hxx>
+#include <boost/property_tree/ptree.hpp>
#include <cassert>
#include <typeinfo>