summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-08-07 18:50:52 -0300
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-08-08 10:44:59 +0200
commitc1be0fbe7d17b67c330c0c90eb9ba8a0536c2121 (patch)
tree0cddf19d9508ae7f5016db3fb34848a96649fb81 /qmake
parent8e3aacf61bcfe036acdba8fac4d07d68ff0f5ab3 (diff)
Fix compilation after qstringlist.h stopped including qdatastream.h
Change-Id: Ida09e794262dce78cd5169aac56b610fabc9082c Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'qmake')
-rw-r--r--qmake/library/qmakeevaluator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/library/qmakeevaluator.h b/qmake/library/qmakeevaluator.h
index 8b2fc3ef06..2cff82c164 100644
--- a/qmake/library/qmakeevaluator.h
+++ b/qmake/library/qmakeevaluator.h
@@ -49,6 +49,7 @@
#include "qmakeparser.h"
#include "ioutils.h"
+#include <qiodevice.h>
#include <qlist.h>
#include <qlinkedlist.h>
#include <qmap.h>