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:
authorAlexander Gusak <alexander.gusak@gmail.com>2011-07-31 18:37:33 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:21:13 +0300
commit9fed77e8de85f0310d0555509010d436c003ab62 (patch)
tree9560c3a2bcad2faaecada7338977a17d2ee1010c /base/thread.hpp
parent8bfa363f42aa00824e13cdabcc1ce1b7f1a91624 (diff)
[windows,mingw]: Fixed compilation.
Diffstat (limited to 'base/thread.hpp')
-rw-r--r--base/thread.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/thread.hpp b/base/thread.hpp
index c9ad0330e3..7f8467a5b2 100644
--- a/base/thread.hpp
+++ b/base/thread.hpp
@@ -4,6 +4,10 @@
#include "../std/stdint.hpp"
+#ifdef OMIM_OS_WINDOWS
+#include "../std/windows.hpp" // for DWORD
+#endif
+
namespace threads
{
class IRoutine