From f651ccde401fef08e7d537d4720e6114b3b6365e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 31 Dec 2003 07:31:10 +0000 Subject: [PATCH] Add missing #include llvm-svn: 10669 --- 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