OVMS3/OVMS.V3/components/duktape/config/header-snippets/platform_conditionalincludes.h.in

5 lines
155 B
C

#if defined(DUK_F_CPP) && defined(DUK_USE_CPP_EXCEPTIONS)
#include <exception> /* std::exception */
#include <stdexcept> /* std::runtime_error */
#endif