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:
authorAlex Zolotarev <deathbaba@gmail.com>2012-12-27 14:58:58 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:48:09 +0300
commitde7eb34c2ef2aac404e6a9c777b77527735ed7be (patch)
treeef908a013fc92e30961eb1bda4739c90342bcc02 /base
parent7c1ed9bbfcbb21677d733d6154ab196aa62bfbc9 (diff)
[linux] Fixed compilation
Diffstat (limited to 'base')
-rw-r--r--base/timer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/timer.cpp b/base/timer.cpp
index 1a93925b88..afc92bd0ea 100644
--- a/base/timer.cpp
+++ b/base/timer.cpp
@@ -4,7 +4,8 @@
#include "../std/target_os.hpp"
#include "../std/systime.hpp"
-
+#include "../std/cstdio.hpp"
+#include "../std/memcpy.hpp"
namespace my
{