Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'platform/wifi_location_service.cpp')
-rw-r--r--platform/wifi_location_service.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/wifi_location_service.cpp b/platform/wifi_location_service.cpp
index 1befdd6c72..700d33d62d 100644
--- a/platform/wifi_location_service.cpp
+++ b/platform/wifi_location_service.cpp
@@ -5,11 +5,13 @@
#include "../base/logging.hpp"
#include "../std/bind.hpp"
+#include "../std/ctime.hpp"
#include "../3party/jansson/myjansson.hpp"
#define MWM_GEOLOCATION_SERVER "http://geolocation.server/"
+
namespace location
{
class WiFiLocationService : public LocationService