contrib: fix compilation error for boost 1.85

This commit is contained in:
0xFFFC0000 2024-05-01 12:29:00 +00:00
parent c8214782fb
commit 304dcf8570
No known key found for this signature in database
GPG Key ID: 650F7C2B7BDA3819
1 changed files with 1 additions and 0 deletions

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>