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:
authorYuri Gorshenin <y@maps.me>2016-08-22 16:38:25 +0300
committerYuri Gorshenin <y@maps.me>2016-08-22 16:58:26 +0300
commitf53fb5454b11150cdb857d8200b20ae4c659a9ef (patch)
tree7af39b908a9cb9bddc0b0fca34f4c7eaecb35e11 /drape_frontend
parent40b6dab6f3acff8a04cd760bbc7c9a339d2b966d (diff)
[build] Build fix for libstdc++.
Diffstat (limited to 'drape_frontend')
-rw-r--r--drape_frontend/animation_system.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/drape_frontend/animation_system.hpp b/drape_frontend/animation_system.hpp
index d92982d6ed..72bd6c7f03 100644
--- a/drape_frontend/animation_system.hpp
+++ b/drape_frontend/animation_system.hpp
@@ -4,6 +4,7 @@
#include "geometry/screenbase.hpp"
+#include "std/cstring.hpp"
#include "std/deque.hpp"
#include "std/noncopyable.hpp"
#include "std/shared_ptr.hpp"