[locale] Compile with moved GeoIP handling

This commit is contained in:
Adriaan de Groot 2019-05-01 06:31:31 -04:00
parent 9ed46fc275
commit a1b1ebcd29

View File

@ -19,18 +19,19 @@
#include "LocaleViewStep.h"
#include "GeoIP.h"
#include "GeoIPJSON.h"
#ifdef HAVE_XML
#include "GeoIPXML.h"
#endif
#include "GlobalStorage.h"
#include "JobQueue.h"
#include "LocalePage.h"
#include "timezonewidget/localeglobal.h"
#include "widgets/WaitingWidget.h"
#include "GlobalStorage.h"
#include "JobQueue.h"
#include "geoip/GeoIP.h"
#include "geoip/GeoIPJSON.h"
#ifdef HAVE_XML
#include "geoip/GeoIPXML.h"
#endif
#include "utils/CalamaresUtilsGui.h"
#include "utils/Logger.h"
#include "utils/Variant.h"