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:
Diffstat (limited to 'search/search_trie.hpp')
-rw-r--r--search/search_trie.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/search/search_trie.hpp b/search/search_trie.hpp
index ed180e8292..b257761d63 100644
--- a/search/search_trie.hpp
+++ b/search/search_trie.hpp
@@ -3,6 +3,8 @@
#include "coding/geometry_coding.hpp"
#include "coding/point_coding.hpp"
+#include <cstdint>
+
namespace search
{
static const uint8_t kCategoriesLang = 128;