[llvm-commits] CVS: llvm/lib/Support/SlowOperationInformer.cpp

Chris Lattner lattner at cs.uiuc.edu
Wed Dec 31 01:32:02 PST 2003


Changes in directory llvm/lib/Support:

SlowOperationInformer.cpp updated: 1.1 -> 1.2

---
Log message:

Add missing #include


---
Diffs of the changes:  (+1 -0)

Index: llvm/lib/Support/SlowOperationInformer.cpp
diff -u llvm/lib/Support/SlowOperationInformer.cpp:1.1 llvm/lib/Support/SlowOperationInformer.cpp:1.2
--- llvm/lib/Support/SlowOperationInformer.cpp:1.1	Tue Dec 30 23:40:02 2003
+++ llvm/lib/Support/SlowOperationInformer.cpp	Wed Dec 31 01:31:10 2003
@@ -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





More information about the llvm-commits mailing list