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 <alex@maps.me>2014-10-14 13:14:55 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:30:57 +0300
commit0ddcff0b07566260e1e00990f70555110fb5cfa7 (patch)
tree32d542f1b9d9f6dcdc4e800b4ac5b3d6ee62b2c8 /base/internal
parent9ad4f6585c45443815b7ab9a691a7c47eefe6012 (diff)
[msvc][win] Fixed compilation issues
Diffstat (limited to 'base/internal')
-rw-r--r--base/internal/fast_mutex.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/internal/fast_mutex.hpp b/base/internal/fast_mutex.hpp
index c9555fee2e..9a632dbb2c 100644
--- a/base/internal/fast_mutex.hpp
+++ b/base/internal/fast_mutex.hpp
@@ -175,7 +175,7 @@
# endif // _PTHREADS
# ifdef _WIN32THREADS
-# include <windows.h>
+# include "../../std/windows.hpp"
/**
* Macro alias to `volatile' semantics. Here it is truly volatile since
* it is in a multi-threaded (Win32 threads) environment.