diff --git a/Core/Node-API/Include/Shared/napi/napi.h b/Core/Node-API/Include/Shared/napi/napi.h index a9babfc8..24b044eb 100644 --- a/Core/Node-API/Include/Shared/napi/napi.h +++ b/Core/Node-API/Include/Shared/napi/napi.h @@ -79,7 +79,10 @@ static_assert(sizeof(char16_t) == sizeof(wchar_t), #endif #ifdef NAPI_CPP_EXCEPTIONS + +// [BABYLON-NATIVE-ADDITION] #include + // When C++ exceptions are enabled, Errors are thrown directly. There is no need // to return anything after the throw statements. The variadic parameter is an // optional return value that is ignored.