aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/dynalloc.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-09-03 11:26:19 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-09-03 11:26:19 +0000
commit75649551c26b7fb6cff4933aaa7b31303163aaa7 (patch)
tree70b712deee87bd36bce34adb8909ca474cc3f3fd /test/dynalloc.cpp
parent2a2c305c4d1a617e7a053ba3e1faa2f883834f68 (diff)
compilation fixes with MSVC
Diffstat (limited to 'test/dynalloc.cpp')
-rw-r--r--test/dynalloc.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/dynalloc.cpp b/test/dynalloc.cpp
index 287dce0d2..3b0d703ae 100644
--- a/test/dynalloc.cpp
+++ b/test/dynalloc.cpp
@@ -24,8 +24,6 @@
#include "main.h"
-#include <ext/malloc_allocator.h>
-
// test compilation with both a struct and a class...
struct MyStruct : WithAlignedOperatorNew
{