fix: Missing <array> include in stacktrace helper

This commit is contained in:
WerWolv
2023-07-22 22:47:35 +02:00
parent f5fda76414
commit 4979c65566

View File

@@ -1,6 +1,8 @@
#include <hex/helpers/stacktrace.hpp>
#include <hex/helpers/fmt.hpp>
#include <array>
#if defined(OS_WINDOWS)
#include <windows.h>