MSVC doesnt have cxxabi.h header

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-05-06 14:17:24 +02:00
parent f5ad53a086
commit 384b9198b1
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,9 @@
#include <cstring>
#ifdef CARLA_PROPER_CPP11_SUPPORT
# include <cxxabi.h>
# ifndef _MSC_VER
# include <cxxabi.h>
# endif
# include <cstdint>
#else
# include <stdint.h>