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:
authorExMix <rahuba.youri@mapswithme.com>2015-08-13 11:42:08 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:09:59 +0300
commitc8726eb6f5bcb58749a9b7c0d1360639837efe06 (patch)
treecc30dc1d10a0a82cacad0e4a8ec3cacb02a738ba
parent74a12dfd78b3b3e335df667f8cf041fe97f46869 (diff)
[linux] build fix
-rw-r--r--drape/index_buffer_mutator.hpp2
-rw-r--r--drape/index_storage.hpp1
2 files changed, 3 insertions, 0 deletions
diff --git a/drape/index_buffer_mutator.hpp b/drape/index_buffer_mutator.hpp
index 5f6b1ec69f..978cb29014 100644
--- a/drape/index_buffer_mutator.hpp
+++ b/drape/index_buffer_mutator.hpp
@@ -3,6 +3,8 @@
#include "drape/index_storage.hpp"
#include "drape/pointers.hpp"
+#include "std/cstdint.hpp"
+
namespace dp
{
diff --git a/drape/index_storage.hpp b/drape/index_storage.hpp
index 79225b5a74..447f28d351 100644
--- a/drape/index_storage.hpp
+++ b/drape/index_storage.hpp
@@ -1,6 +1,7 @@
#pragma once
#include "std/vector.hpp"
+#include "std/cstdint.hpp"
namespace dp
{