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>2015-05-26 15:15:10 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:48:39 +0300
commitdb394e88b2a5c6c2d9814f3c82586cc8de9c8289 (patch)
tree8bfc16e98f22809e25819d5af3f50e739c397ceb /coding/png_memory_encoder.hpp
parentf9d232bd8c92cd3a47a1353f357314c89545ea82 (diff)
[linux build] Fixed linux clang build.
Diffstat (limited to 'coding/png_memory_encoder.hpp')
-rw-r--r--coding/png_memory_encoder.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/coding/png_memory_encoder.hpp b/coding/png_memory_encoder.hpp
index b94643a892..b26712bda1 100644
--- a/coding/png_memory_encoder.hpp
+++ b/coding/png_memory_encoder.hpp
@@ -1,6 +1,7 @@
#pragma once
-#include "../std/vector.hpp"
+#include "std/stdint.hpp"
+#include "std/vector.hpp"
namespace il
{