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/lazy_centers_table.hpp')
-rw-r--r--search/lazy_centers_table.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/search/lazy_centers_table.hpp b/search/lazy_centers_table.hpp
index 694d08867f..1009c3b7ab 100644
--- a/search/lazy_centers_table.hpp
+++ b/search/lazy_centers_table.hpp
@@ -6,7 +6,8 @@
#include "geometry/point2d.hpp"
-#include "std/unique_ptr.hpp"
+#include <cstdint>
+#include <memory>
class MwmValue;
@@ -35,6 +36,6 @@ private:
State m_state;
FilesContainerR::TReader m_reader;
- unique_ptr<CentersTable> m_table;
+ std::unique_ptr<CentersTable> m_table;
};
} // namespace search