Skip to content

Commit

Permalink
Fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddenalpha committed Nov 23, 2024
1 parent d5966b3 commit f5f701c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/cpp/_nix_based/jssc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <limits.h>
#include <stdio.h>
#include <fcntl.h>
#include <new> // std::bad_alloc
#include <string.h>
#include <unistd.h>
#include <string.h>
Expand Down

0 comments on commit f5f701c

Please sign in to comment.