summaryrefslogtreecommitdiff
path: root/tests/exception2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/exception2.c')
-rw-r--r--tests/exception2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exception2.c b/tests/exception2.c
index 9c99dd3..36edd9c 100644
--- a/tests/exception2.c
+++ b/tests/exception2.c
@@ -79,7 +79,7 @@
#if defined(_MSC_VER) && defined(__cplusplus)
#include <eh.h>
#else
-#include <new.h>
+#include <exception>
#endif
#ifdef __GNUC__