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/bit_streams.hpp
parentd579107a44ce512dbe4d6ac0138f0e8ddd2b1d7a (diff)
Fix include path for coding
Diffstat (limited to 'coding/bit_streams.hpp')
-rw-r--r--coding/bit_streams.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/coding/bit_streams.hpp b/coding/bit_streams.hpp
index 9ba330d3d9..d5e6681d9d 100644
--- a/coding/bit_streams.hpp
+++ b/coding/bit_streams.hpp
@@ -3,7 +3,7 @@
#pragma once
-#include "../std/stdint.hpp"
+#include "std/stdint.hpp"
// Forward declarations.
class Reader;