summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/source/fwe/helper/undomanagerhelper.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/source/fwe/helper/undomanagerhelper.cxx b/framework/source/fwe/helper/undomanagerhelper.cxx
index c9b68c7f6761..36d84b5ba7f2 100644
--- a/framework/source/fwe/helper/undomanagerhelper.cxx
+++ b/framework/source/fwe/helper/undomanagerhelper.cxx
@@ -29,9 +29,11 @@
#include <tools/diagnose_ex.h>
#include <osl/conditn.hxx>
+#include <boost/bind.hpp>
+#include <boost/function.hpp>
+
#include <stack>
#include <queue>
-#include <boost/function.hpp>
namespace framework
{