Add includes of assert
authorChris Lattner <sabre@nondot.org>
Fri, 25 Jul 2003 17:23:27 +0000 (17:23 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Jul 2003 17:23:27 +0000 (17:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7307 91177308-0d34-0410-b5e6-96231b3b80d8

include/Support/CommandLine.h
include/Support/Timer.h
include/llvm/Support/CommandLine.h
include/llvm/Support/Timer.h

index b6c066006fee92f30de4b19bdf2178ecfe8c7dc5..245d15bc51db8dad3f9eb1fb35a1d3eb0300c3a3 100644 (file)
@@ -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 c36006f25d520f7c447c513c93ba030442631fd9..e993d88b72a09e845a08a98611ecc83b201f8510 100644 (file)
@@ -28,6 +28,7 @@
 #include <string>
 #include <vector>
 #include <iosfwd>
+#include <cassert>
 
 class TimerGroup;
 
index b6c066006fee92f30de4b19bdf2178ecfe8c7dc5..245d15bc51db8dad3f9eb1fb35a1d3eb0300c3a3 100644 (file)
@@ -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 c36006f25d520f7c447c513c93ba030442631fd9..e993d88b72a09e845a08a98611ecc83b201f8510 100644 (file)
@@ -28,6 +28,7 @@
 #include <string>
 #include <vector>
 #include <iosfwd>
+#include <cassert>
 
 class TimerGroup;