mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Missing typeinfo include
This commit is contained in:
@@ -16,8 +16,9 @@
|
||||
|
||||
#include <llvm/Demangle/Demangle.h>
|
||||
|
||||
#include <exception>
|
||||
#include <csignal>
|
||||
#include <exception>
|
||||
#include <typeinfo>
|
||||
|
||||
#if defined (OS_MACOS)
|
||||
#include <sys/utsname.h>
|
||||
|
||||
Reference in New Issue
Block a user