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/condition.cpp')
-rw-r--r--base/condition.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/condition.cpp b/base/condition.cpp
index 2be49f0e27..e2a60f0753 100644
--- a/base/condition.cpp
+++ b/base/condition.cpp
@@ -2,7 +2,6 @@
#include "base/mutex.hpp"
#include "std/target_os.hpp"
-#include "std/systime.hpp"
#include <pthread.h>
@@ -10,6 +9,8 @@
#include <cstdint>
#include <limits>
+#include <sys/time.h>
+
namespace threads
{
namespace impl