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:
authorAlex Zolotarev <alex@maps.me>2015-06-24 13:46:55 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:52:31 +0300
commit65e733dfea699d9c75c1f413488a2d9071944c03 (patch)
tree3891e3f4588175ec85f2a9ed4e48303db28b4130 /drape/texture.hpp
parentb64031160cf61bf566bcf22b692c223bef39fe67 (diff)
Fixed <cstdint>.
Diffstat (limited to 'drape/texture.hpp')
-rw-r--r--drape/texture.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drape/texture.hpp b/drape/texture.hpp
index 544c7a3497..f780902237 100644
--- a/drape/texture.hpp
+++ b/drape/texture.hpp
@@ -6,7 +6,7 @@
#include "geometry/rect2d.hpp"
-#include "std/stdint.hpp"
+#include "std/cstdint.hpp"
#include "std/function.hpp"
namespace dp