From 0a5f0334ffa13f63d9b861b7d1392086ef822cbc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 31 Dec 2003 07:31:10 +0000 Subject: [PATCH] Add missing #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10669 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/SlowOperationInformer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Support/SlowOperationInformer.cpp b/lib/Support/SlowOperationInformer.cpp index 40759f6d487..9dc2750f769 100644 --- a/lib/Support/SlowOperationInformer.cpp +++ b/lib/Support/SlowOperationInformer.cpp @@ -17,6 +17,7 @@ #include #include #include +#include using namespace llvm; /// OperationCancelled - This flag is set by the SIGINT signal handler if the