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 'base/thread.hpp')
-rw-r--r--base/thread.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/base/thread.hpp b/base/thread.hpp
index d1fd4b7aac..654dea5d81 100644
--- a/base/thread.hpp
+++ b/base/thread.hpp
@@ -4,11 +4,10 @@
#include "base/cancellable.hpp"
#include "base/macros.hpp"
-#include "std/target_os.hpp"
-
+#include "std/cstdint.hpp"
#include "std/noncopyable.hpp"
#include "std/shared_ptr.hpp"
-#include "std/cstdint.hpp"
+#include "std/target_os.hpp"
#include "std/thread.hpp"
#include "std/unique_ptr.hpp"
#include "std/utility.hpp"