1
0
mirror of synced 2024-11-14 19:17:42 +01:00

fix: Missing typeinfo include

This commit is contained in:
WerWolv 2023-08-25 23:11:05 +02:00
parent 6fc62bac94
commit 6ef96c5533

View File

@ -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>