Skip to content

Commit bdad103

Browse files
committed
Add missing include for true/false_type
1 parent 243b74c commit bdad103

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/boost/container/detail/alloc_helpers.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
// move
2222
#include <boost/move/adl_move_swap.hpp>
2323
#include <boost/move/utility_core.hpp>
24+
#include <boost/container/detail/mpl.hpp>
2425

2526
namespace boost {
2627
namespace container {

0 commit comments

Comments
 (0)