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:
authorvng <viktor.govako@gmail.com>2011-11-25 03:24:15 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:28:51 +0300
commit13a7ef1f6b9b344915b94c10527d476398bb82aa (patch)
tree1a0f0825ee0badb7a2b218d2541c42314efe5014 /coding/reader_streambuf.hpp
parent7a5781595c331498e47322bbea60dc70436f221c (diff)
[msvc] Fix compilation errors.
Diffstat (limited to 'coding/reader_streambuf.hpp')
-rw-r--r--coding/reader_streambuf.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/coding/reader_streambuf.hpp b/coding/reader_streambuf.hpp
index 9f1fa917ac..8136be0ba0 100644
--- a/coding/reader_streambuf.hpp
+++ b/coding/reader_streambuf.hpp
@@ -1,5 +1,6 @@
#pragma once
+#include "../std/stdint.hpp"
#include "../std/iostream.hpp"
class Reader;