Fix boost 1.76.0 compatibility
Add missing header boost/mpl/contains.hpp monero-project/monero/issues/7728
This commit is contained in:
parent
b1873af519
commit
44cc6d6762
|
@ -31,6 +31,8 @@
|
|||
#include "misc_log_ex.h"
|
||||
#include "span.h"
|
||||
|
||||
#include <boost/mpl/contains.hpp>
|
||||
|
||||
namespace epee
|
||||
{
|
||||
class byte_slice;
|
||||
|
|
Loading…
Reference in New Issue