[Libreoffice-commits] core.git: include/o3tl toolkit/source
Dennis Francis
dennis.francis at collabora.co.uk
Fri Jul 7 10:15:06 UTC 2017
include/o3tl/sorted_vector.hxx | 1 +
toolkit/source/controls/geometrycontrolmodel.cxx | 1 +
2 files changed, 2 insertions(+)
New commits:
commit 99cd7dc54ff8b2c6ea895e2808d9e0eeb7fb707c
Author: Dennis Francis <dennis.francis at collabora.co.uk>
Date: Fri Jul 7 13:32:49 2017 +0530
fix compile error due to missing include<functional>
Change-Id: I087c47084347c28f1af7881129de1a7b01960715
Reviewed-on: https://gerrit.libreoffice.org/39678
Reviewed-by: Michael Stahl <mstahl at redhat.com>
Tested-by: Michael Stahl <mstahl at redhat.com>
diff --git a/include/o3tl/sorted_vector.hxx b/include/o3tl/sorted_vector.hxx
index c50e19912ea1..7a9ca4568032 100644
--- a/include/o3tl/sorted_vector.hxx
+++ b/include/o3tl/sorted_vector.hxx
@@ -12,6 +12,7 @@
#include <vector>
#include <algorithm>
+#include <functional>
namespace o3tl
{
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
More information about the Libreoffice-commits
mailing list