[locale] Missing includes

- Implicitly included in recent Qt, but not in old versions

Reported from Neptune Linux
This commit is contained in:
Adriaan de Groot 2018-06-07 09:03:54 -04:00
parent 83688f2837
commit 24b0df3c04

View File

@ -23,6 +23,10 @@
#include "GeoIPXML.h" #include "GeoIPXML.h"
#endif #endif
#include <QNetworkAccessManager>
#include <QNetworkReply>
#include <QNetworkRequest>
#include <QtTest/QtTest> #include <QtTest/QtTest>
QTEST_GUILESS_MAIN( GeoIPTests ) QTEST_GUILESS_MAIN( GeoIPTests )