aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-12-31 07:31:10 +0000
committerChris Lattner <sabre@nondot.org>2003-12-31 07:31:10 +0000
commit0a5f0334ffa13f63d9b861b7d1392086ef822cbc (patch)
tree38d561ccb1d634ad247fbe33550c465d8a7d56c4 /lib
parent6d28a268c32860e76efc85cd2ab59176601b23c6 (diff)
downloadexternal_llvm-0a5f0334ffa13f63d9b861b7d1392086ef822cbc.zip
external_llvm-0a5f0334ffa13f63d9b861b7d1392086ef822cbc.tar.gz
external_llvm-0a5f0334ffa13f63d9b861b7d1392086ef822cbc.tar.bz2
Add missing #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10669 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Support/SlowOperationInformer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/SlowOperationInformer.cpp b/lib/Support/SlowOperationInformer.cpp
index 40759f6..9dc2750 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