Skip to content

Commit

Permalink
[GR-46148] Add cstdint header to thin launcher
Browse files Browse the repository at this point in the history
PullRequest: graal/14584
  • Loading branch information
matneu committed May 15, 2023
2 parents 1a1b37a + 43bfe3b commit 15d7be6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/src/org.graalvm.launcher.native/src/launcher.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@

#include <jni.h>
#include <string.h>
#include <cstdint>
#include <string>
#include <iostream>
#include <sstream>
Expand Down

0 comments on commit 15d7be6

Please sign in to comment.