#pragma once #include "common_defines.hpp" #include "target_os.hpp" #ifdef new #undef new #endif #ifdef OMIM_HAS_DEBUG_STL #include #else #include #endif using std::basic_string; using std::string; using std::getline; #ifdef DEBUG_NEW #define new DEBUG_NEW #endif