Merge pull request #9347

738f503 contrib: fix compilation error for boost 1.85 (0xFFFC0000)
This commit is contained in:
luigi1111 2024-07-16 18:50:09 -04:00
commit 886595b540
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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>