Fix boost 1.76.0 compatibility

Add missing header boost/mpl/contains.hpp
monero-project/monero/issues/7728
This commit is contained in:
loqs 2021-05-23 20:29:17 +01:00 committed by selsta
parent b1873af519
commit 44cc6d6762
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@
#include "misc_log_ex.h"
#include "span.h"
#include <boost/mpl/contains.hpp>
namespace epee
{
class byte_slice;