Merge pull request #9803

6ccd3200b common: add missing iomanip include (tobtoht)
This commit is contained in:
tobtoht 2025-02-17 16:34:55 +00:00
commit c476b87fcf
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -34,6 +34,7 @@
#include "easylogging++/easylogging++.h" #include "easylogging++/easylogging++.h"
#include <stdexcept> #include <stdexcept>
#include <iomanip>
#ifdef USE_UNWIND #ifdef USE_UNWIND
#define UNW_LOCAL_ONLY #define UNW_LOCAL_ONLY
#include <libunwind.h> #include <libunwind.h>