summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qzip/tst_qzip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/text/qzip/tst_qzip.cpp')
-rw-r--r--tests/auto/gui/text/qzip/tst_qzip.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/gui/text/qzip/tst_qzip.cpp b/tests/auto/gui/text/qzip/tst_qzip.cpp
index 07672d219d..6be7c7b833 100644
--- a/tests/auto/gui/text/qzip/tst_qzip.cpp
+++ b/tests/auto/gui/text/qzip/tst_qzip.cpp
@@ -26,8 +26,10 @@
**
****************************************************************************/
-#include <QtTest/QtTest>
+#include <QTest>
#include <QDebug>
+#include <QBuffer>
+
#include <private/qzipwriter_p.h>
#include <private/qzipreader_p.h>