From c8726eb6f5bcb58749a9b7c0d1360639837efe06 Mon Sep 17 00:00:00 2001 From: ExMix Date: Thu, 13 Aug 2015 11:42:08 +0300 Subject: [PATCH] [linux] build fix --- drape/index_buffer_mutator.hpp | 2 ++ drape/index_storage.hpp | 1 + 2 files changed, 3 insertions(+) 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 {