mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
build: Fix more linker errors
This commit is contained in:
@@ -18,7 +18,7 @@ namespace {
|
||||
}
|
||||
|
||||
|
||||
#if __has_include(<stacktrace>)
|
||||
#if defined(HEX_HAS_STD_STACKTRACE) && __has_include(<stacktrace>)
|
||||
|
||||
#include <stacktrace>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user