1
0
mirror of synced 2025-02-06 14:14:22 +01:00

fix: Missing <cstring> include

This commit is contained in:
WerWolv 2023-11-28 10:51:06 +01:00
parent abf6e37938
commit 2483c421d2

View File

@ -13,6 +13,8 @@
#include <imgui.h> #include <imgui.h>
#include <imgui_freetype.h> #include <imgui_freetype.h>
#include <cstring>
namespace hex::plugin::builtin { namespace hex::plugin::builtin {
namespace { namespace {