summaryrefslogtreecommitdiffstats
path: root/tools/qscxmlc
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@theqtcompany.com>2015-10-06 10:19:48 +0200
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-10-06 11:42:01 +0300
commit71e47b12d58aaf3cbd647b5067a9b1c9e605b343 (patch)
tree349c700161c9fad5f040592fe904364c4369d518 /tools/qscxmlc
parent3ba4e768e98fae888e51795a2f4ac4913d0a0fc0 (diff)
Compile fix for linux
Add missing #include <functional> for usages of std::function. Change-Id: I92f13406eb629a98a950d48618c54ae19f682092 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'tools/qscxmlc')
-rw-r--r--tools/qscxmlc/scxmlcppdumper.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qscxmlc/scxmlcppdumper.cpp b/tools/qscxmlc/scxmlcppdumper.cpp
index 9039c66..0b5c087 100644
--- a/tools/qscxmlc/scxmlcppdumper.cpp
+++ b/tools/qscxmlc/scxmlcppdumper.cpp
@@ -20,6 +20,7 @@
#include "scxmlcppdumper.h"
#include <algorithm>
+#include <functional>
#include <QFileInfo>
QT_BEGIN_NAMESPACE