exception: Fix raising exceptions on POSIX systems (#1868)

This commit is contained in:
squidbus 2024-12-24 14:21:32 -08:00 committed by GitHub
parent 6d728ec7ed
commit 95638d5ca5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 4 deletions

View file

@ -11,6 +11,7 @@
#else
#include <csignal>
#include <pthread.h>
#include <unistd.h>
#endif
namespace Core {