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 | bcm5719-llvm-a1fde82b6ba1d5639424d35c51dfa95760f57261.tar.gz bcm5719-llvm-a1fde82b6ba1d5639424d35c51dfa95760f57261.zip |
#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 a569e1a79d2..791ca5c8f23 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; //===----------------------------------------------------------------------===// |