1
0
mirror of synced 2025-02-07 06:31:24 +01:00

fix: Wrong libfmt header being included

This commit is contained in:
WerWolv 2023-07-17 09:12:22 +02:00
parent d9a4906b3c
commit b9ec1a150d

View File

@ -4,7 +4,7 @@
#include <hex/api/event.hpp> #include <hex/api/event.hpp>
#include <hex/helpers/fmt.hpp> #include <hex/helpers/fmt.hpp>
#include <fmt/ranges.h> #include <fmt/color.h>
#include <hex/helpers/crypto.hpp> #include <hex/helpers/crypto.hpp>
#include <romfs/romfs.hpp> #include <romfs/romfs.hpp>