Debug build fix

This commit is contained in:
Nekotekina 2017-01-28 15:32:45 +03:00
parent 307da1fe39
commit d4c3905355
16 changed files with 40 additions and 16 deletions

View file

@ -8,6 +8,7 @@
#include "types.h"
#include "restore_new.h"
#ifdef _MSC_VER
#pragma warning(push, 0)
#endif
@ -17,6 +18,7 @@
#ifdef _MSC_VER
#pragma warning(pop)
#endif
#include "define_new_memleakdetect.h"
extern llvm::LLVMContext g_llvm_ctx;