Add missing boost/assert.hpp or boost/static_assert.hpp

This commit is contained in:
Ion Gaztañaga
2023-01-18 22:28:56 +01:00
parent 4a1f695906
commit e4ec3fb937
2 changed files with 2 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
#include <boost/intrusive/detail/mpl.hpp>
#include <boost/move/detail/to_raw_pointer.hpp>
#include <boost/intrusive/detail/node_holder.hpp>
#include <boost/assert.hpp>
namespace boost {
namespace intrusive {

View File

@@ -27,6 +27,7 @@
#include <boost/intrusive/detail/std_fwd.hpp>
#include <boost/intrusive/detail/iiterator.hpp>
#include <boost/intrusive/detail/mpl.hpp>
#include <boost/static_assert.hpp>
namespace boost {
namespace intrusive {