#pragma once #include "common_defines.hpp" #include "target_os.hpp" #ifdef new #undef new #endif // for errno #ifdef OMIM_OS_WINDOWS #include #else #include #endif #ifdef DEBUG_NEW #define new DEBUG_NEW #endif