diff options
author | Chris Lattner <sabre@nondot.org> | 2003-07-25 17:23:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-07-25 17:23:27 +0000 |
commit | a44a4cd055bdad9f324d2d9a1b04bdc0bb1b2519 (patch) | |
tree | 9f06e55f76278ad0c7421ec1818c118544ecce83 /include | |
parent | 32862da7c7107d792d25a885f9bd2d0402ae7126 (diff) |
Add includes of assert
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7307 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/Support/CommandLine.h | 1 | ||||
-rw-r--r-- | include/Support/Timer.h | 1 | ||||
-rw-r--r-- | include/llvm/Support/CommandLine.h | 1 | ||||
-rw-r--r-- | include/llvm/Support/Timer.h | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/include/Support/CommandLine.h b/include/Support/CommandLine.h index b6c066006f..245d15bc51 100644 --- a/include/Support/CommandLine.h +++ b/include/Support/CommandLine.h @@ -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 diff --git a/include/Support/Timer.h b/include/Support/Timer.h index c36006f25d..e993d88b72 100644 --- a/include/Support/Timer.h +++ b/include/Support/Timer.h @@ -28,6 +28,7 @@ #include <string> #include <vector> #include <iosfwd> +#include <cassert> class TimerGroup; diff --git a/include/llvm/Support/CommandLine.h b/include/llvm/Support/CommandLine.h index b6c066006f..245d15bc51 100644 --- a/include/llvm/Support/CommandLine.h +++ b/include/llvm/Support/CommandLine.h @@ -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 diff --git a/include/llvm/Support/Timer.h b/include/llvm/Support/Timer.h index c36006f25d..e993d88b72 100644 --- a/include/llvm/Support/Timer.h +++ b/include/llvm/Support/Timer.h @@ -28,6 +28,7 @@ #include <string> #include <vector> #include <iosfwd> +#include <cassert> class TimerGroup; |