include stdc++ <new>

This commit is contained in:
Joshua Warner 2014-06-03 19:13:23 -06:00 committed by Joshua Warner
parent 5adb558355
commit 7ea4b584b8

View File

@ -15,6 +15,8 @@
# define __STDC_CONSTANT_MACROS
#endif
#include <new>
#include "stdlib.h"
#include "stdarg.h"
#include "stddef.h"
@ -208,7 +210,6 @@ typedef intptr_t __attribute__((__may_alias__)) intptr_alias_t;
#ifdef _MSC_VER
# pragma warning( disable : 4291 )
#endif
inline void* operator new(size_t, void* p) throw() { return p; }
namespace vm {