diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-09-16 15:23:09 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-09-16 15:23:09 +0200 |
commit | 1ba11723b89497f045cc10d548eb4228986af608 (patch) | |
tree | 3acc307f64fc7cae7e67aa3614af1f4d27e9bfe6 /include | |
parent | 0ba00ee1a2e4e711aca31cda7b1d8ef7a33c95b4 (diff) |
Missing include
Change-Id: Ia4b86b8a6c8cc5ae87284080a31f8ddf9d99455d
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/outliner.hxx | 2 |
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; |