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:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2015-12-03 19:44:34 +0300
committerConstantin Shalnev <c.shalnev@corp.mail.ru>2016-01-13 15:54:10 +0300
commit1d7cdd881bcbdf5230c96d5ebb7cec6b753f9a73 (patch)
treeabb4f82738fc8ba16b008e252252b970fd29db90 /std/fstream.hpp
parent98cbc0bf2267996c049c516338223a8ad167ad6d (diff)
Implemented gps track writer
Diffstat (limited to 'std/fstream.hpp')
-rw-r--r--std/fstream.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/fstream.hpp b/std/fstream.hpp
index efa32d4463..b013c77b58 100644
--- a/std/fstream.hpp
+++ b/std/fstream.hpp
@@ -7,6 +7,7 @@
#include <fstream>
using std::ofstream;
using std::ifstream;
+using std::fstream;
using std::ios;
#ifdef DEBUG_NEW