[Libreoffice-commits] core.git: xmloff/source
Stephan Bergmann
sbergman at redhat.com
Wed Feb 18 00:59:45 PST 2015
xmloff/source/xforms/TokenContext.cxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 420fc7d1ada2c86f27e54c515c21abb88b4cd91f
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Feb 18 09:59:08 2015 +0100
Missing include
Change-Id: I067a83ef97e55afc27673c59b0bdae974d7f3232
diff --git a/xmloff/source/xforms/TokenContext.cxx b/xmloff/source/xforms/TokenContext.cxx
index c76fae2..6d07235 100644
--- a/xmloff/source/xforms/TokenContext.cxx
+++ b/xmloff/source/xforms/TokenContext.cxx
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <sal/config.h>
+
+#include <functional>
+
#include "TokenContext.hxx"
#include <xmloff/xmltkmap.hxx>
#include <xmloff/xmlimp.hxx>
More information about the Libreoffice-commits
mailing list