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:
authorSergey Yershov <yershov@corp.mail.ru>2015-04-09 13:08:06 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:45:47 +0300
commitd4c11fa36fb25b70f7a1911e4a5ac651505969d4 (patch)
treea9ec0ac9d451e727254877d203785d60d5358505 /coding/buffer_reader.hpp
parentd579107a44ce512dbe4d6ac0138f0e8ddd2b1d7a (diff)
Fix include path for coding
Diffstat (limited to 'coding/buffer_reader.hpp')
-rw-r--r--coding/buffer_reader.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/coding/buffer_reader.hpp b/coding/buffer_reader.hpp
index 929c6d115b..8c99d644d1 100644
--- a/coding/buffer_reader.hpp
+++ b/coding/buffer_reader.hpp
@@ -1,7 +1,7 @@
-#include "reader.hpp"
+#include "coding/reader.hpp"
-#include "../std/shared_ptr.hpp"
-#include "../std/cstring.hpp"
+#include "std/shared_ptr.hpp"
+#include "std/cstring.hpp"
/// Reader from buffer with ownership on it, but cheap copy constructor.