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/app_store.hpp
parent9525b52425761bf9663ed60cbe1750b622367d7d (diff)
Fix include path for storage
Diffstat (limited to 'storage/app_store.hpp')
-rw-r--r--storage/app_store.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/app_store.hpp b/storage/app_store.hpp
index ca3e3a7f17..74991b2a56 100644
--- a/storage/app_store.hpp
+++ b/storage/app_store.hpp
@@ -1,6 +1,6 @@
#pragma once
-#include "../std/stdint.hpp"
+#include "std/stdint.hpp"
struct HttpFinishedParams;