summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/bits/stl_alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/bits/stl_alloc.h')
-rw-r--r--libstdc++-v3/include/bits/stl_alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/stl_alloc.h b/libstdc++-v3/include/bits/stl_alloc.h
index ca22b90699f..c8332167f01 100644
--- a/libstdc++-v3/include/bits/stl_alloc.h
+++ b/libstdc++-v3/include/bits/stl_alloc.h
@@ -44,7 +44,7 @@
# include <bits/std_cstdlib.h>
# define __THROW_BAD_ALLOC fprintf(stderr, "out of memory\n"); exit(1)
# else /* Standard conforming out-of-memory handling */
-# include <bits/std_new.h>
+# include <new>
# define __THROW_BAD_ALLOC throw std::bad_alloc()
# endif
#endif
OpenPOWER on IntegriCloud