diff --git a/binding.gyp b/binding.gyp index 8882267..bf09668 100644 --- a/binding.gyp +++ b/binding.gyp @@ -41,7 +41,8 @@ "_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION", ], "cflags!": [ "-fno-rtti", "-fno-exceptions" ], - "cflags_cc!": [ "-fno-rtti", "-fno-exceptions" ], + "cflags_cc": [ "-include stdint.h" ], + "cflags_cc!": [ "-fno-rtti", "-fno-exceptions", "-include stdint.h" ], "xcode_settings": { "GCC_ENABLE_CPP_RTTI": "YES", "GCC_ENABLE_CPP_EXCEPTIONS": "YES",