diff options
-rw-r--r-- | win/inspircd_memory_functions.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/inspircd_memory_functions.cpp b/win/inspircd_memory_functions.cpp index b604b02e3..d487f69e3 100644 --- a/win/inspircd_memory_functions.cpp +++ b/win/inspircd_memory_functions.cpp @@ -1,6 +1,8 @@ // Use the global heap for this process for all allocate/free operations.
#include "inspircd_win32wrapper.h"
#include <exception>
+#include <new>
+#include <new.h>
void * ::operator new(size_t iSize)
{
|