Skip to content

Commit 23904d3

Browse files
committed
Try to fix compile error in the bot
I don't see this locally, and I'm assuming John didn't either...
1 parent 03cdc17 commit 23904d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/IRGen/GenCall.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
#ifndef SWIFT_IRGEN_GENCALL_H
1919
#define SWIFT_IRGEN_GENCALL_H
2020

21+
#include <stdint.h>
22+
2123
#include "swift/Basic/LLVM.h"
2224
#include "llvm/IR/CallingConv.h"
2325

0 commit comments

Comments
 (0)