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/point_rect_matcher.hpp')
-rw-r--r--search/point_rect_matcher.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/search/point_rect_matcher.hpp b/search/point_rect_matcher.hpp
index bb08ca6e03..dc062d646d 100644
--- a/search/point_rect_matcher.hpp
+++ b/search/point_rect_matcher.hpp
@@ -6,6 +6,8 @@
#include "geometry/rect2d.hpp"
#include <algorithm>
+#include <cstddef>
+#include <cstdint>
#include <sstream>
#include <string>
#include <vector>