[Libreoffice-commits] core.git: include/editeng
Stephan Bergmann
sbergman at redhat.com
Fri Sep 16 13:24:22 UTC 2016
include/editeng/outliner.hxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 1ba11723b89497f045cc10d548eb4228986af608
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Sep 16 15:23:09 2016 +0200
Missing include
Change-Id: Ia4b86b8a6c8cc5ae87284080a31f8ddf9d99455d
diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx
index a0eef10..a9e8e3b 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;
More information about the Libreoffice-commits
mailing list