forked from organicmaps/organicmaps
13 lines
128 B
C++
13 lines
128 B
C++
#pragma once
|
|
|
|
#ifdef new
|
|
#undef new
|
|
#endif
|
|
|
|
#include <ios>
|
|
|
|
using std::ios_base;
|
|
|
|
#ifdef DEBUG_NEW
|
|
#define new DEBUG_NEW
|
|
#endif
|