From eb9474d045e5acc23ed125a835e7bc5d66395d69 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 3 May 2012 00:20:42 +0200 Subject: Add some missing includes. There is a #include line wrapped in QT_DEPRECATED_SINCE(5, 0). Change-Id: I766848dfcc3bd765c57626a3d70f492ac1219091 Reviewed-by: Thiago Macieira --- src/corelib/io/qurlidna.cpp | 2 ++ src/corelib/io/qurlquery.cpp | 2 ++ 2 files changed, 4 insertions(+) (limited to 'src') diff --git a/src/corelib/io/qurlidna.cpp b/src/corelib/io/qurlidna.cpp index e28d886c3b..5b9ca6ca1b 100644 --- a/src/corelib/io/qurlidna.cpp +++ b/src/corelib/io/qurlidna.cpp @@ -41,6 +41,8 @@ #include "qurl_p.h" +#include + QT_BEGIN_NAMESPACE // needed by the punycode encoder/decoder diff --git a/src/corelib/io/qurlquery.cpp b/src/corelib/io/qurlquery.cpp index ccb03611f5..2e2db11558 100644 --- a/src/corelib/io/qurlquery.cpp +++ b/src/corelib/io/qurlquery.cpp @@ -42,6 +42,8 @@ #include "qurlquery.h" #include "qurl_p.h" +#include + QT_BEGIN_NAMESPACE /*! -- cgit v1.2.3