summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorDennis Francis <dennis.francis@collabora.co.uk>2017-07-07 13:32:49 +0530
committerMichael Stahl <mstahl@redhat.com>2017-07-07 12:14:38 +0200
commit99cd7dc54ff8b2c6ea895e2808d9e0eeb7fb707c (patch)
tree2c9c16c68d4986e405d17aaeba37ff637c288848 /toolkit
parentdde903aeb0e495c04b23e2169b3e733549f438af (diff)
fix compile error due to missing include<functional>
Change-Id: I087c47084347c28f1af7881129de1a7b01960715 Reviewed-on: https://gerrit.libreoffice.org/39678 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/controls/geometrycontrolmodel.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/source/controls/geometrycontrolmodel.cxx b/toolkit/source/controls/geometrycontrolmodel.cxx
index 3328a822ea35..5e3f3767cc48 100644
--- a/toolkit/source/controls/geometrycontrolmodel.cxx
+++ b/toolkit/source/controls/geometrycontrolmodel.cxx
@@ -27,6 +27,7 @@
#include <toolkit/controls/eventcontainer.hxx>
#include <toolkit/helper/property.hxx>
#include <algorithm>
+#include <functional>
#define GCM_PROPERTY_ID_POS_X 1