Skip to content

Commit f5f701c

Browse files
committed
Fix include
1 parent d5966b3 commit f5f701c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/main/cpp/_nix_based/jssc.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include <limits.h>
2727
#include <stdio.h>
2828
#include <fcntl.h>
29+
#include <new> // std::bad_alloc
2930
#include <string.h>
3031
#include <unistd.h>
3132
#include <string.h>

0 commit comments

Comments
 (0)