summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2016-05-17 10:21:18 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2016-05-17 08:25:04 +0000
commit2acd5a028458c737b6bf6435bd38fb9eb7b01ab9 (patch)
treea713470ff34cfecf5a0d4ba6f63d82fe908924c0 /src
parentb6e019b912f94730b9661f5f676bad529f1569fd (diff)
Fix compilation
Commit 4dc29bc9de1da1d373962dbd4b1d232f38ffeee0 in qtbase removed the implicit inclusion of qmap.h and qvariant.h through the removal of #include qdebug.h. Change-Id: I8de52f50af2508cbd1f90caf4e8883746c57b330 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/scxml/qscxmlexecutablecontent_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scxml/qscxmlexecutablecontent_p.h b/src/scxml/qscxmlexecutablecontent_p.h
index 584b302..0d2e286 100644
--- a/src/scxml/qscxmlexecutablecontent_p.h
+++ b/src/scxml/qscxmlexecutablecontent_p.h
@@ -54,6 +54,8 @@
#include <QtScxml/qscxmlexecutablecontent.h>
#include <QtScxml/qscxmltabledata.h>
#include <QtScxml/private/qscxmlparser_p.h>
+#include <QtCore/qmap.h>
+#include <QtCore/qvariant.h>
#ifndef BUILD_QSCXMLC
#include <QtScxml/qscxmldatamodel.h>