summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimageiohandler.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-08-05 19:50:59 -0300
committerMarc Mutz <marc.mutz@kdab.com>2014-08-07 08:41:45 +0200
commite26404e43ffbb0f8f00f017c3c0fa02e44a2d116 (patch)
treeb584f3cd00731c534cec27879d49a6affaa09243 /src/gui/image/qimageiohandler.h
parent78221fe762fc21b629eb9a5643364d23680c349d (diff)
Add missing #include <qdatastream.h> or <qiodevice.h>
Lots of code depended on an indirect includes from qstringlist.h. Change-Id: I33d0dce33d64302d6c0e49180cc1249b90ab27c5 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Diffstat (limited to 'src/gui/image/qimageiohandler.h')
-rw-r--r--src/gui/image/qimageiohandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/image/qimageiohandler.h b/src/gui/image/qimageiohandler.h
index a3f74b326d..0d5a6b7b48 100644
--- a/src/gui/image/qimageiohandler.h
+++ b/src/gui/image/qimageiohandler.h
@@ -42,6 +42,7 @@
#ifndef QIMAGEIOHANDLER_H
#define QIMAGEIOHANDLER_H
+#include <QtCore/qiodevice.h>
#include <QtCore/qplugin.h>
#include <QtCore/qfactoryinterface.h>
#include <QtCore/qscopedpointer.h>