1
0
mirror of synced 2025-01-22 11:33:46 +01:00

fix: Missing <clocale> include

This commit is contained in:
WerWolv 2025-01-15 19:31:33 +01:00
parent 88530eff8b
commit 3d2ea3753b

View File

@ -1,5 +1,7 @@
#include <hex.hpp>
#include <clocale>
#include <hex/helpers/logger.hpp>
#include "window.hpp"