mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Debug build fix
This commit is contained in:
parent
307da1fe39
commit
d4c3905355
16 changed files with 40 additions and 16 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue