Skip to content

Commit 24fc840

Browse files
sudo-pandavgvassilev
authored andcommitted
Add cstdint header for intptr_t
1 parent 5896774 commit 24fc840

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/clang/Interpreter/CppInterOp.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#define CPPINTEROP_CPPINTEROP_H
1212

1313
#include <cassert>
14+
#include <cstdint>
1415
#include <string>
1516
#include <vector>
1617

0 commit comments

Comments
 (0)