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
path: root/base
diff options
context:
space:
mode:
authorrachytski <siarhei.rachytski@gmail.com>2013-01-08 22:12:23 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:48:22 +0300
commit1cbe46b04ae7d2c70f21c95203a02a7dbf29f953 (patch)
tree0464615363e2af615bc42f47e909a9e1771ffec4 /base
parentb91ca7332763420c30aedb45d8dd8a72aae305db (diff)
fixed includes.
Diffstat (limited to 'base')
-rw-r--r--base/condition_posix.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/base/condition_posix.cpp b/base/condition_posix.cpp
index d2cfa97d1e..cc1ad547d7 100644
--- a/base/condition_posix.cpp
+++ b/base/condition_posix.cpp
@@ -6,8 +6,7 @@
#include "mutex.hpp"
#include "../std/stdint.hpp"
-#include <sys/time.h>
-#include <sys/errno.h>
+#include "../std/systime.hpp"
#include <pthread.h>