Skip to content

Commit 14c1a4f

Browse files
authoredFeb 7, 2025··
fix: add missing stdexcept include to test (#1634)
‘std::runtime_error’ is defined in header ‘<stdexcept>’.
1 parent 1a3a3bb commit 14c1a4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎test/except_all.cc

+1
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)
Please sign in to comment.