Browse Source

MSVC doesnt have cxxabi.h header

Signed-off-by: falkTX <falktx@falktx.com>
pull/1775/head
falkTX 1 year ago
parent
commit
384b9198b1
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 3 additions and 1 deletions
  1. +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>


Loading…
Cancel
Save