1
0
mirror of synced 2025-01-18 09:04:52 +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/helpers/fmt.hpp>
#include <fmt/ranges.h>
#include <fmt/color.h>
#include <hex/helpers/crypto.hpp>
#include <romfs/romfs.hpp>