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/features_filter.hpp')
-rw-r--r--search/features_filter.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/search/features_filter.hpp b/search/features_filter.hpp
index 02c76d1db4..1972ce2b1a 100644
--- a/search/features_filter.hpp
+++ b/search/features_filter.hpp
@@ -1,6 +1,7 @@
#pragma once
-#include "std/unique_ptr.hpp"
+#include <cstdint>
+#include <memory>
namespace search
{
@@ -49,5 +50,4 @@ public:
// FeaturesFilter overrides:
CBV Filter(CBV const & cbv) const override;
};
-
} // namespace search