diff options
| author | John Criswell <criswell@uiuc.edu> | 2003-06-11 14:01:36 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2003-06-11 14:01:36 +0000 |
| commit | cfac7363633dfa4c7f7a3b8850d09577f3f7f987 (patch) | |
| tree | 97e38a0c1c6d0a47a58e2295d67675e466ed5cb1 /llvm/include/Support/SCCIterator.h | |
| parent | be087cf11d7acf955a543e0bcfd8c60d5b8f36db (diff) | |
| download | bcm5719-llvm-cfac7363633dfa4c7f7a3b8850d09577f3f7f987.tar.gz bcm5719-llvm-cfac7363633dfa4c7f7a3b8850d09577f3f7f987.zip | |
Included assert.h so that the code compiles under newer versions of GCC.
llvm-svn: 6682
Diffstat (limited to 'llvm/include/Support/SCCIterator.h')
| -rw-r--r-- | llvm/include/Support/SCCIterator.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stack> #include <map> +#include <assert.h> //-------------------------------------------------------------------------- // class SCC : A simple representation of an SCC in a generic Graph. |

