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:
authorvng <viktor.govako@gmail.com>2011-05-07 02:48:28 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:17:03 +0300
commit63e3f9ab467413fd64865cfd48a3c9478df196aa (patch)
treed67ead54f09e8392e2632947ece34b3a1280f742 /platform/wifi_location_service.cpp
parentc399e6d9fe8e827e24dcdc4d270e7dc9e686df9f (diff)
[msvc] Compilation fixes.
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