This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
MSVC doesnt have cxxabi.h header
Signed-off-by: falkTX <falktx@falktx.com>
pull/1775/head
falkTX
1 year ago
parent
f5ad53a086
commit
384b9198b1
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
3 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
source/utils/CarlaUtils.hpp
+ 3
- 1
source/utils/CarlaUtils.hpp
View File
@@ -27,7 +27,9 @@
#include <cstring>
#include <cstring>
#ifdef CARLA_PROPER_CPP11_SUPPORT
#ifdef CARLA_PROPER_CPP11_SUPPORT
# include <cxxabi.h>
# ifndef _MSC_VER
# include <cxxabi.h>
# endif
# include <cstdint>
# include <cstdint>
#else
#else
# include <stdint.h>
# include <stdint.h>
Write
Preview
Loading…
Cancel
Save