summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-04-16 03:55:39 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-04-16 03:59:58 (GMT)
commit2913a71672a6cbe3022e167cf9d318beb2f29ee3 (patch)
treea3fd610bd8ea569b69871edbca8d8eed86b561dc /src/corelib/tools
parentac0fc4e9b0ed314e7d49e8dc0e9ded0922aab8e9 (diff)
downloadQt-2913a71672a6cbe3022e167cf9d318beb2f29ee3.zip
Qt-2913a71672a6cbe3022e167cf9d318beb2f29ee3.tar.gz
Qt-2913a71672a6cbe3022e167cf9d318beb2f29ee3.tar.bz2
Fix building of corelib, network and gui with qconfig minimal.
The bearer management code, which this bug is for, was fixed by MR 517 previously. Task-number: QTBUG-9493 Reviewed-by: alex
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qeasingcurve.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/tools/qeasingcurve.cpp b/src/corelib/tools/qeasingcurve.cpp
index 9c65d5d..8fab963 100644
--- a/src/corelib/tools/qeasingcurve.cpp
+++ b/src/corelib/tools/qeasingcurve.cpp
@@ -304,6 +304,10 @@
#include <QtCore/qstring.h>
#endif
+#ifndef QT_NO_DATASTREAM
+#include <QtCore/qdatastream.h>
+#endif
+
QT_BEGIN_NAMESPACE
static bool isConfigFunction(QEasingCurve::Type type)