summaryrefslogtreecommitdiff
path: root/extra/yassl/mySTL/helpers.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'extra/yassl/mySTL/helpers.hpp')
-rw-r--r--extra/yassl/mySTL/helpers.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/yassl/mySTL/helpers.hpp b/extra/yassl/mySTL/helpers.hpp
index de825c23fec..5aa14d838b1 100644
--- a/extra/yassl/mySTL/helpers.hpp
+++ b/extra/yassl/mySTL/helpers.hpp
@@ -28,6 +28,9 @@
#define mySTL_HELPERS_HPP
#include <stdlib.h>
+#ifdef _MSC_VER
+ #include <new>
+#endif
/*
Workaround for the lack of operator new(size_t, void*)
@@ -43,7 +46,6 @@
typedef Dummy* yassl_pointer;
-
namespace mySTL {