4 lines
155 B
C
4 lines
155 B
C
#if defined(DUK_F_CPP) && defined(DUK_USE_CPP_EXCEPTIONS)
|
|
#include <exception> /* std::exception */
|
|
#include <stdexcept> /* std::runtime_error */
|
|
#endif
|