Fix compilation error in fmt with MSVC 14.51

This commit is contained in:
Ari Vuollet
2026-05-13 19:03:16 +03:00
parent 2a95e8e970
commit d4402c7f8e
+1
View File
@@ -37,6 +37,7 @@
#include <stdint.h> #include <stdint.h>
#include <limits> #include <limits>
#include <initializer_list> #include <initializer_list>
#include <iterator>
#include "core.h" #include "core.h"