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/BitSetVector.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/BitSetVector.h')
| -rw-r--r-- | llvm/include/Support/BitSetVector.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <functional> #include <iostream> +#include <assert.h> #define WORDSIZE (32U) |

