-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bring commit: llvm/llvm-project@ff1681d from llvm-project upstream. ticket in apple/llvm-project: swiftlang/llvm-project#6847
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/llvm/include/llvm/Support/Signals.h b/llvm/include/llvm/Support/Signals.h | ||
index 44f5a750ff5..937e0572d4a 100644 | ||
--- a/llvm/include/llvm/Support/Signals.h | ||
+++ b/llvm/include/llvm/Support/Signals.h | ||
@@ -14,6 +14,7 @@ | ||
#ifndef LLVM_SUPPORT_SIGNALS_H | ||
#define LLVM_SUPPORT_SIGNALS_H | ||
|
||
+#include <cstdint> | ||
#include <string> | ||
|
||
namespace llvm { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters