diff options
-rw-r--r-- | include/llvm/Support/Signals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/Signals.h b/include/llvm/Support/Signals.h index 72bfd6b338..465656b941 100644 --- a/include/llvm/Support/Signals.h +++ b/include/llvm/Support/Signals.h @@ -16,6 +16,7 @@ #define LLVM_SUPPORT_SIGNALS_H #include "llvm/Support/Path.h" +#include <cstdio> namespace llvm { namespace sys { |