Skip to content

Commit

Permalink
Added missing include
Browse files Browse the repository at this point in the history
uint8_t and friends are declared in stdint.
  • Loading branch information
iamsrp-deshaw committed Mar 29, 2024
1 parent 2a3516f commit 2ea9f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/main/cpp/pjrmi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <iostream>
#include <errno.h>
#include <fcntl.h>
#include <stdint.h>
#include <string.h>
#include <unistd.h>
#include <sys/time.h>
Expand Down
1 change: 1 addition & 0 deletions java/jni/src/main/cpp/com_deshaw_pjrmi_JniPJRmi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include <errno.h>
#include <fcntl.h>
#include <stdint.h>
#include <string.h>
#include <sys/time.h>
#include <sys/syscall.h>
Expand Down

0 comments on commit 2ea9f88

Please sign in to comment.