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:
authorvng <viktor.govako@gmail.com>2012-05-10 19:03:56 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:38:15 +0300
commit0218b4973ef5a865c64764bc7f1c984baa061031 (patch)
tree8ae88aed84c6b83e3711cf622e2d182c1523750c /indexer/classificator.cpp
parent00505c90aef29595a2b8e3a16dd2882ec2a5bbf9 (diff)
Move istream, ostream from "fstream.hpp" to "iostream.hpp".
Diffstat (limited to 'indexer/classificator.cpp')
-rw-r--r--indexer/classificator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/classificator.cpp b/indexer/classificator.cpp
index f23823e374..e671978bc9 100644
--- a/indexer/classificator.cpp
+++ b/indexer/classificator.cpp
@@ -1,4 +1,3 @@
-#include "../base/SRC_FIRST.hpp"
#include "classificator.hpp"
#include "tree_structure.hpp"
@@ -10,6 +9,7 @@
#include "../std/bind.hpp"
#include "../std/algorithm.hpp"
#include "../std/iterator.hpp"
+#include "../std/fstream.hpp"
/////////////////////////////////////////////////////////////////////////////////////////