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 'generator/check_model.hpp')
-rw-r--r--generator/check_model.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/generator/check_model.hpp b/generator/check_model.hpp
index 2728f29c83..40143ceca8 100644
--- a/generator/check_model.hpp
+++ b/generator/check_model.hpp
@@ -1,7 +1,7 @@
#pragma once
-#include "std/string.hpp"
+#include <string>
namespace check_model
{
- void ReadFeatures(string const & fName);
+ void ReadFeatures(std::string const & fName);
}