contrib: fix compilation error for boost 1.85

This commit is contained in:
0xFFFC0000 2024-05-01 12:29:00 +00:00 committed by selsta
parent 24ccaba6ef
commit 738f5038bf
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E

View File

@ -37,6 +37,7 @@
#include "misc_log_ex.h"
#include <boost/lexical_cast.hpp>
#include <boost/numeric/conversion/bounds.hpp>
#include <typeinfo>
#include <iomanip>