Skip to content

Commit e1f3903

Browse files
committed
fix: add missing stdexcept include to test
‘std::runtime_error’ is defined in header ‘<stdexcept>’.
1 parent 1a3a3bb commit e1f3903

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/except_all.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include <stdexcept>
12
#include "napi.h"
23

34
using namespace Napi;

0 commit comments

Comments
 (0)