svx/source/tbxctrls/tbcontrl.cxx | 1 + svx/source/tbxctrls/tbunocontroller.cxx | 1 + 2 files changed, 2 insertions(+)
New commits: commit 9d736d21e46387a07658b3b34bdb55efe7f58251 Author: Miklos Vajna <[email protected]> AuthorDate: Fri Oct 25 18:28:43 2019 +0200 Commit: Miklos Vajna <[email protected]> CommitDate: Fri Oct 25 18:29:18 2019 +0200 svx: fix missing include Change-Id: I035d36adb611aaa1207430e16ea6c8613cacef59 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
