build: Fix more linker errors

This commit is contained in:
WerWolv
2025-05-26 21:57:27 +02:00
parent 1bc9277e3c
commit a5eef3f34d
2 changed files with 23 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ namespace {
}
#if __has_include(<stacktrace>)
#if defined(HEX_HAS_STD_STACKTRACE) && __has_include(<stacktrace>)
#include <stacktrace>