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
path: root/coding
diff options
context:
space:
mode:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2018-09-06 13:11:22 +0300
committermpimenov <mpimenov@users.noreply.github.com>2018-09-11 20:36:13 +0300
commit3a984d01109f3f52ab26766a764ed2a7b754e276 (patch)
tree7e34e4b5566c80bd1d292919ad096a6eddca0633 /coding
parent3a7f97687030a1840e6ff68f7de2fe9cbe1680ae (diff)
Using rs_bit_vector intead of cbv.
Diffstat (limited to 'coding')
-rw-r--r--coding/memory_region.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/coding/memory_region.hpp b/coding/memory_region.hpp
index 29b92d7759..f6c88c8036 100644
--- a/coding/memory_region.hpp
+++ b/coding/memory_region.hpp
@@ -5,6 +5,8 @@
#include "base/macros.hpp"
#include "std/cstdint.hpp"
+#include "std/utility.hpp"
+#include "std/vector.hpp"
class MemoryRegion
{