diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2006-11-02 23:48:53 +0000 | 
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2006-11-02 23:48:53 +0000 | 
| commit | a1fde82b6ba1d5639424d35c51dfa95760f57261 (patch) | |
| tree | 09e411f416d5d1796b41765f951dee324743a0c9 /llvm/lib/Support/FoldingSet.cpp | |
| parent | 2de0910a1b25cd816eb4d9c2631b95352f277435 (diff) | |
| download | llvm-a1fde82b6ba1d5639424d35c51dfa95760f57261.zip llvm-a1fde82b6ba1d5639424d35c51dfa95760f57261.tar.gz llvm-a1fde82b6ba1d5639424d35c51dfa95760f57261.tar.bz2  | |
#include <assert.h>
llvm-svn: 31386
Diffstat (limited to 'llvm/lib/Support/FoldingSet.cpp')
| -rw-r--r-- | llvm/lib/Support/FoldingSet.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/FoldingSet.cpp b/llvm/lib/Support/FoldingSet.cpp index a569e1a..791ca5c 100644 --- a/llvm/lib/Support/FoldingSet.cpp +++ b/llvm/lib/Support/FoldingSet.cpp @@ -16,6 +16,7 @@  #include "llvm/ADT/FoldingSet.h"  #include "llvm/Support/MathExtras.h" +#include <assert.h>  using namespace llvm;  //===----------------------------------------------------------------------===//  | 
