Skip to content

Commit 87700ad

Browse files
committed
rt: Add missing <stdint.h> in rust_abi.h
1 parent e036c9d commit 87700ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rt/rust_abi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <cstdlib>
77
#include <string>
88
#include <vector>
9+
#include <stdint.h>
910

1011
#ifdef __WIN32__
1112
#include <windows.h>

0 commit comments

Comments
 (0)