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:
authorAlex Zolotarev <deathbaba@gmail.com>2010-12-20 14:09:28 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:08:44 +0300
commit836a4c44422981d9b34b65d27953036177ce53b6 (patch)
treee26a64d62c8d32b8b0b1d51ef38f3022e0ac1ee1 /indexer/data_header.hpp
parent5446eb75be846217d4bf9db77dbd9400a326e4fb (diff)
Moved std_serialization.hpp to base
Diffstat (limited to 'indexer/data_header.hpp')
-rw-r--r--indexer/data_header.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indexer/data_header.hpp b/indexer/data_header.hpp
index 86eaf54fdf..936248d9a7 100644
--- a/indexer/data_header.hpp
+++ b/indexer/data_header.hpp
@@ -1,6 +1,7 @@
#pragma once
-#include "../indexer/std_serialization.hpp"
+#include "../base/std_serialization.hpp"
+
#include "../indexer/defines.hpp"
#include "../coding/streams_sink.hpp"