summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-10-25 18:28:43 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-10-25 18:29:18 +0200
commit9d736d21e46387a07658b3b34bdb55efe7f58251 (patch)
treee00e529c0fc5ccb4b1ddc100a7ac1736b19d5169
parent1a2736a3f97ccfb52fd3b71826984a6d65185daa (diff)
svx: fix missing include
Change-Id: I035d36adb611aaa1207430e16ea6c8613cacef59
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx1
-rw-r--r--svx/source/tbxctrls/tbunocontroller.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 67933f5b5f0e..ce8142d560be 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -115,6 +115,7 @@
#include <bitmaps.hlst>
#include <sal/log.hxx>
#include <unotools/collatorwrapper.hxx>
+#include <boost/property_tree/ptree.hpp>
#define MAX_MRU_FONTNAME_ENTRIES 5
diff --git a/svx/source/tbxctrls/tbunocontroller.cxx b/svx/source/tbxctrls/tbunocontroller.cxx
index 4a0b158e0079..11f5cc2f2fce 100644
--- a/svx/source/tbxctrls/tbunocontroller.cxx
+++ b/svx/source/tbxctrls/tbunocontroller.cxx
@@ -40,6 +40,7 @@
#include <memory>
#include <sfx2/sidebar/SidebarToolBox.hxx>
+#include <boost/property_tree/ptree.hpp>
using namespace ::com::sun::star;