[llvm-commits] CVS: llvm/include/Support/CommandLine.h Timer.h

Chris Lattner lattner at cs.uiuc.edu
Fri Jul 25 12:24:12 PDT 2003


Changes in directory llvm/include/Support:

CommandLine.h updated: 1.19 -> 1.20
Timer.h updated: 1.8 -> 1.9

---
Log message:

Add includes of assert


---
Diffs of the changes:

Index: llvm/include/Support/CommandLine.h
diff -u llvm/include/Support/CommandLine.h:1.19 llvm/include/Support/CommandLine.h:1.20
--- llvm/include/Support/CommandLine.h:1.19	Mon Jul 14 12:16:52 2003
+++ llvm/include/Support/CommandLine.h	Fri Jul 25 12:23:27 2003
@@ -17,6 +17,7 @@
 #include <vector>
 #include <utility>
 #include <cstdarg>
+#include <cassert>
 #include "boost/type_traits/object_traits.hpp"
 
 /// cl Namespace - This namespace contains all of the command line option


Index: llvm/include/Support/Timer.h
diff -u llvm/include/Support/Timer.h:1.8 llvm/include/Support/Timer.h:1.9
--- llvm/include/Support/Timer.h:1.8	Mon Jun 30 16:58:23 2003
+++ llvm/include/Support/Timer.h	Fri Jul 25 12:23:27 2003
@@ -28,6 +28,7 @@
 #include <string>
 #include <vector>
 #include <iosfwd>
+#include <cassert>
 
 class TimerGroup;
 





More information about the llvm-commits mailing list