From 24b0df3c044eb8445d938c989bca365c8f6b21a0 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 7 Jun 2018 09:03:54 -0400 Subject: [PATCH] [locale] Missing includes - Implicitly included in recent Qt, but not in old versions Reported from Neptune Linux --- src/modules/locale/GeoIPTests.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/modules/locale/GeoIPTests.cpp b/src/modules/locale/GeoIPTests.cpp index 42779ede0..d9c0a5898 100644 --- a/src/modules/locale/GeoIPTests.cpp +++ b/src/modules/locale/GeoIPTests.cpp @@ -23,6 +23,10 @@ #include "GeoIPXML.h" #endif +#include +#include +#include + #include QTEST_GUILESS_MAIN( GeoIPTests )