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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2018-04-17 19:17:38 +0300
committerAleksandr Zatsepin <alexzatsepin@users.noreply.github.com>2018-04-25 15:38:50 +0300
commit1af835bcc441abaefc4ac8167d6e0f573fdb3040 (patch)
tree4d49ed946610ba6da09a77c64c919d84be34f324 /indexer/ftypes_matcher.hpp
parentfb70ab13e216a5eec7ce846d109943077b1f900b (diff)
Review fixes
Diffstat (limited to 'indexer/ftypes_matcher.hpp')
-rw-r--r--indexer/ftypes_matcher.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/ftypes_matcher.hpp b/indexer/ftypes_matcher.hpp
index a16275d0ef..a3643fc410 100644
--- a/indexer/ftypes_matcher.hpp
+++ b/indexer/ftypes_matcher.hpp
@@ -7,7 +7,7 @@
#include <algorithm>
#include <array>
-#include <cstddef>
+#include <cstdint>
#include <functional>
#include <initializer_list>
#include <string>