mirror of
https://github.com/monero-project/monero.git
synced 2024-12-11 23:54:25 -05:00
Fix boost 1.76.0 compatibility
Add missing header boost/mpl/contains.hpp monero-project/monero/issues/7728
This commit is contained in:
parent
3701257d61
commit
c28d2f7c11
@ -40,6 +40,8 @@
|
|||||||
#include "span.h"
|
#include "span.h"
|
||||||
#include "int-util.h"
|
#include "int-util.h"
|
||||||
|
|
||||||
|
#include <boost/mpl/contains.hpp>
|
||||||
|
|
||||||
namespace epee
|
namespace epee
|
||||||
{
|
{
|
||||||
namespace serialization
|
namespace serialization
|
||||||
|
Loading…
Reference in New Issue
Block a user