diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-20 14:13:14 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-20 14:13:14 +0000 |
commit | 5742a950cac145272c7215609399842b0b459165 (patch) | |
tree | f92f422111736002bbb3c8cefab2d609b16c03d8 /win/inspircd_memory_functions.cpp | |
parent | 1b388281571308ef31baf3794e1f328e15a69e89 (diff) |
We will get this right eventually
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7069 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'win/inspircd_memory_functions.cpp')
-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)
{
|