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:
authorMaxim Pimenov <m@maps.me>2018-04-17 12:47:04 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2018-04-17 12:47:50 +0300
commitf9f9ee72e9b776eaa94ef11f48ae0d842b5218f0 (patch)
treef6807913fa2657424f093961a3d9a56055040e95 /indexer/cell_id.hpp
parent9bfff1ff825ce30114dce3e6b98f9a1c083c72fd (diff)
Review fixes.
Diffstat (limited to 'indexer/cell_id.hpp')
-rw-r--r--indexer/cell_id.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/cell_id.hpp b/indexer/cell_id.hpp
index 108e08ee7f..8d25e23edc 100644
--- a/indexer/cell_id.hpp
+++ b/indexer/cell_id.hpp
@@ -6,6 +6,7 @@
#include "base/assert.hpp"
+#include <cstdint>
#include <utility>
using RectId = m2::CellId<19>;