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:
authorAlex Zolotarev <deathbaba@gmail.com>2011-12-18 03:40:30 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:30:36 +0300
commit8f6ba768a11b5005b7f81ec3850fdbdbee765c15 (patch)
treec79e9614836cac72786318df591d448e6ec610ed /platform/http_thread_callback.hpp
parent97e015cddf17a991bb088df5db162623e27caab9 (diff)
Fixed compilation error
Diffstat (limited to 'platform/http_thread_callback.hpp')
-rw-r--r--platform/http_thread_callback.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/http_thread_callback.hpp b/platform/http_thread_callback.hpp
index 544a2edaad..da3e19810d 100644
--- a/platform/http_thread_callback.hpp
+++ b/platform/http_thread_callback.hpp
@@ -1,5 +1,7 @@
#pragma once
+#include "../std/stdint.hpp"
+
namespace downloader
{