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:
authorSergey Yershov <yershov@corp.mail.ru>2015-04-10 13:06:03 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:45:57 +0300
commit6aa0d53a685e7fcece488f3bdeaa8953ca430baf (patch)
treeded43c971bb766469990b6d3b9c4ade4df7537b1 /storage/country_decl.cpp
parent9525b52425761bf9663ed60cbe1750b622367d7d (diff)
Fix include path for storage
Diffstat (limited to 'storage/country_decl.cpp')
-rw-r--r--storage/country_decl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/country_decl.cpp b/storage/country_decl.cpp
index 534acd784c..1abb3c2a0c 100644
--- a/storage/country_decl.cpp
+++ b/storage/country_decl.cpp
@@ -1,4 +1,4 @@
-#include "country_decl.hpp"
+#include "storage/country_decl.hpp"
void storage::CountryInfo::FileName2FullName(string & fName)