forked from organicmaps/organicmaps
Add std/complex.hpp
This commit is contained in:
parent
830ab6868b
commit
e60600c2da
1 changed files with 14 additions and 0 deletions
14
std/complex.hpp
Normal file
14
std/complex.hpp
Normal file
|
@ -0,0 +1,14 @@
|
|||
#pragma once
|
||||
#include "common_defines.hpp"
|
||||
|
||||
#ifdef new
|
||||
#undef new
|
||||
#endif
|
||||
|
||||
#include <complex>
|
||||
|
||||
using std::complex;
|
||||
|
||||
#ifdef DEBUG_NEW
|
||||
#define new DEBUG_NEW
|
||||
#endif
|
Loading…
Add table
Reference in a new issue