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 /coding/reader_streambuf.hpp
parentb64031160cf61bf566bcf22b692c223bef39fe67 (diff)
Fixed <cstdint>.
Diffstat (limited to 'coding/reader_streambuf.hpp')
-rw-r--r--coding/reader_streambuf.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/coding/reader_streambuf.hpp b/coding/reader_streambuf.hpp
index 5e35c0a8e9..6b2ad4db75 100644
--- a/coding/reader_streambuf.hpp
+++ b/coding/reader_streambuf.hpp
@@ -1,6 +1,6 @@
#pragma once
-#include "std/stdint.hpp"
+#include "std/cstdint.hpp"
#include "std/iostream.hpp"
class Reader;