diff options
author | Chris Lattner <sabre@nondot.org> | 2003-12-31 07:31:10 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-12-31 07:31:10 +0000 |
commit | 0a5f0334ffa13f63d9b861b7d1392086ef822cbc (patch) | |
tree | 38d561ccb1d634ad247fbe33550c465d8a7d56c4 /lib/Support/SlowOperationInformer.cpp | |
parent | 6d28a268c32860e76efc85cd2ab59176601b23c6 (diff) |
Add missing #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10669 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/SlowOperationInformer.cpp')
-rw-r--r-- | lib/Support/SlowOperationInformer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/SlowOperationInformer.cpp b/lib/Support/SlowOperationInformer.cpp index 40759f6d48..9dc2750f76 100644 --- a/lib/Support/SlowOperationInformer.cpp +++ b/lib/Support/SlowOperationInformer.cpp @@ -17,6 +17,7 @@ #include <sstream> #include <signal.h> #include <unistd.h> +#include <cassert> using namespace llvm; /// OperationCancelled - This flag is set by the SIGINT signal handler if the |