Skip to content

Commit 7bfba71

Browse files
committed
Add a missing #include directive
1 parent 143ed77 commit 7bfba71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/dyn_bitset_unit_tests1.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
#if ! defined( BOOST_NO_CXX11_ALLOCATOR )
2222
# include <cstdlib>
23+
# include <new>
2324

2425
template< class T >
2526
class minimal_allocator

0 commit comments

Comments
 (0)