summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-09-16 15:23:09 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-09-16 15:23:09 +0200
commit1ba11723b89497f045cc10d548eb4228986af608 (patch)
tree3acc307f64fc7cae7e67aa3614af1f4d27e9bfe6 /include
parent0ba00ee1a2e4e711aca31cda7b1d8ef7a33c95b4 (diff)
Missing include
Change-Id: Ia4b86b8a6c8cc5ae87284080a31f8ddf9d99455d
Diffstat (limited to 'include')
-rw-r--r--include/editeng/outliner.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx
index a0eef10bd607..a9e8e3bad686 100644
--- a/include/editeng/outliner.hxx
+++ b/include/editeng/outliner.hxx
@@ -39,6 +39,8 @@
#include <svtools/grfmgr.hxx>
#include <LibreOfficeKit/LibreOfficeKitTypes.h>
+
+#include <functional>
#include <vector>
class OutlinerEditEng;