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/drape
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2015-04-29 12:41:34 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:47:13 +0300
commitd531e7c8b4d7cf33d728cae1f4ff428d5559039b (patch)
treec8a5e7df8dd6ad9d5710cc8cca781ef011e97a05 /drape
parent609ff5fd8b7d8087178b99ac8102250b51097860 (diff)
[linux] Compilation fix.
Diffstat (limited to 'drape')
-rw-r--r--drape/pointers.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/drape/pointers.hpp b/drape/pointers.hpp
index 72812562f7..e5b64b9709 100644
--- a/drape/pointers.hpp
+++ b/drape/pointers.hpp
@@ -4,6 +4,7 @@
#include "base/mutex.hpp"
#include "std/map.hpp"
+#include "std/typeinfo.hpp"
namespace dp
{