From cfac7363633dfa4c7f7a3b8850d09577f3f7f987 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Wed, 11 Jun 2003 14:01:36 +0000 Subject: Included assert.h so that the code compiles under newer versions of GCC. llvm-svn: 6682 --- llvm/include/Support/Annotation.h | 1 + llvm/include/Support/BitSetVector.h | 1 + llvm/include/Support/CommandLine.h | 2 ++ llvm/include/Support/SCCIterator.h | 1 + llvm/include/Support/Timer.h | 2 ++ llvm/include/Support/Tree.h | 2 ++ 6 files changed, 9 insertions(+) (limited to 'llvm/include/Support') diff --git a/llvm/include/Support/Annotation.h b/llvm/include/Support/Annotation.h index d9c02db8320..8dbad760d7a 100644 --- a/llvm/include/Support/Annotation.h +++ b/llvm/include/Support/Annotation.h @@ -16,6 +16,7 @@ #define SUPPORT_ANNOTATION_H #include +#include class AnnotationID; class Annotation; class Annotable; diff --git a/llvm/include/Support/BitSetVector.h b/llvm/include/Support/BitSetVector.h index e52ca17c6b1..6ce56be4d0c 100644 --- a/llvm/include/Support/BitSetVector.h +++ b/llvm/include/Support/BitSetVector.h @@ -31,6 +31,7 @@ #include #include +#include #define WORDSIZE (32U) diff --git a/llvm/include/Support/CommandLine.h b/llvm/include/Support/CommandLine.h index aafef95f56f..b524c977f7c 100644 --- a/llvm/include/Support/CommandLine.h +++ b/llvm/include/Support/CommandLine.h @@ -19,6 +19,8 @@ #include #include "boost/type_traits/object_traits.hpp" +#include + /// cl Namespace - This namespace contains all of the command line option /// processing machinery. It is intentionally a short name to make qualified /// usage concise. diff --git a/llvm/include/Support/SCCIterator.h b/llvm/include/Support/SCCIterator.h index 26afdd76e4f..ed660d64c72 100644 --- a/llvm/include/Support/SCCIterator.h +++ b/llvm/include/Support/SCCIterator.h @@ -21,6 +21,7 @@ #include #include +#include //-------------------------------------------------------------------------- // class SCC : A simple representation of an SCC in a generic Graph. diff --git a/llvm/include/Support/Timer.h b/llvm/include/Support/Timer.h index e89f32feab4..40ab643928a 100644 --- a/llvm/include/Support/Timer.h +++ b/llvm/include/Support/Timer.h @@ -29,6 +29,8 @@ #include #include +#include + class TimerGroup; class Timer { diff --git a/llvm/include/Support/Tree.h b/llvm/include/Support/Tree.h index 9e8d5ae7efa..544e57e5263 100644 --- a/llvm/include/Support/Tree.h +++ b/llvm/include/Support/Tree.h @@ -10,6 +10,8 @@ #include +#include + template class Tree { std::vector Children; // This nodes children, if any -- cgit v1.2.3