summaryrefslogtreecommitdiff
path: root/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h')
-rw-r--r--src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h
index 83eca64..1093a9f 100644
--- a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h
+++ b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Vector.h
@@ -29,7 +29,7 @@
#include <utility>
#if PLATFORM(QT)
-#include <QDataStream>
+#include <QtCore/qdatastream.h>
#endif
namespace WTF {