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/compressed_bit_vector.hpp
parentd579107a44ce512dbe4d6ac0138f0e8ddd2b1d7a (diff)
Fix include path for coding
Diffstat (limited to 'coding/compressed_bit_vector.hpp')
-rw-r--r--coding/compressed_bit_vector.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/coding/compressed_bit_vector.hpp b/coding/compressed_bit_vector.hpp
index 3d0526acfe..8d1c3a515f 100644
--- a/coding/compressed_bit_vector.hpp
+++ b/coding/compressed_bit_vector.hpp
@@ -21,10 +21,10 @@
#pragma once
-#include "../base/assert.hpp"
-#include "../std/iterator.hpp"
-#include "../std/stdint.hpp"
-#include "../std/vector.hpp"
+#include "base/assert.hpp"
+#include "std/iterator.hpp"
+#include "std/stdint.hpp"
+#include "std/vector.hpp"
// Forward declare used Reader/Writer.
class Reader;