From 1930fbf3ebfd988e71a96bf8839afb772f675233 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 10 Jan 2013 05:23:59 +0000 Subject: [PATCH] Signal.h: Add for FILE*, since r171989. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172044 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Signals.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/Support/Signals.h b/include/llvm/Support/Signals.h index 72bfd6b3389..465656b9411 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 namespace llvm { namespace sys { -- 2.34.1