diff options
Diffstat (limited to 'libstdc++-v3/include/bits/pthread_allocimpl.h')
-rw-r--r-- | libstdc++-v3/include/bits/pthread_allocimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/pthread_allocimpl.h b/libstdc++-v3/include/bits/pthread_allocimpl.h index 3b63127ced7..dd99150b2c7 100644 --- a/libstdc++-v3/include/bits/pthread_allocimpl.h +++ b/libstdc++-v3/include/bits/pthread_allocimpl.h @@ -35,7 +35,7 @@ #endif #ifndef __STL_NO_BAD_ALLOC -# include <bits/std_new.h> +# include <new> #endif __STL_BEGIN_NAMESPACE |