Updating includes for fmt 11.x

This commit is contained in:
Dan Paulat 2024-11-30 15:42:15 -06:00
parent cee1831fb2
commit 372712745c
2 changed files with 2 additions and 0 deletions

View file

@ -15,6 +15,7 @@
#include <boost/container_hash/hash.hpp> #include <boost/container_hash/hash.hpp>
#include <boost/unordered/unordered_flat_map.hpp> #include <boost/unordered/unordered_flat_map.hpp>
#include <boost/unordered/unordered_flat_set.hpp> #include <boost/unordered/unordered_flat_set.hpp>
#include <fmt/ranges.h>
#include <fontconfig/fontconfig.h> #include <fontconfig/fontconfig.h>
namespace scwx namespace scwx

View file

@ -5,6 +5,7 @@
#include <boost/unordered/unordered_flat_map.hpp> #include <boost/unordered/unordered_flat_map.hpp>
#include <boost/uuid/random_generator.hpp> #include <boost/uuid/random_generator.hpp>
#include <fmt/ostream.h> #include <fmt/ostream.h>
#include <fmt/ranges.h>
namespace scwx namespace scwx
{ {