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 11:49:30 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:45:54 +0300
commite605a3ac816747cb7e5d5d207e8f8cbe28d162db (patch)
tree2fefddfb50ff072ed0a71ad3383f410712c5eb0c /platform/chunks_download_strategy.hpp
parentdf219f2ebab7e126caa74b976652afee4f1b9ca5 (diff)
Fix include path for platform
Diffstat (limited to 'platform/chunks_download_strategy.hpp')
-rw-r--r--platform/chunks_download_strategy.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/platform/chunks_download_strategy.hpp b/platform/chunks_download_strategy.hpp
index 6b7e701e13..afd8d42d42 100644
--- a/platform/chunks_download_strategy.hpp
+++ b/platform/chunks_download_strategy.hpp
@@ -1,10 +1,10 @@
#pragma once
-#include "../std/string.hpp"
-#include "../std/vector.hpp"
-#include "../std/utility.hpp"
-#include "../std/stdint.hpp"
-#include "../std/static_assert.hpp"
+#include "std/string.hpp"
+#include "std/vector.hpp"
+#include "std/utility.hpp"
+#include "std/stdint.hpp"
+#include "std/static_assert.hpp"
namespace downloader