Merge pull request #9313

304dcf8 contrib: fix compilation error for boost 1.85 (0xFFFC0000)
This commit is contained in:
luigi1111 2024-05-20 23:43:36 -05:00
commit ee7c5de112
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
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>