[llvm-commits] CVS: llvm/lib/Support/FoldingSet.cpp

Rafael Espindola rafael.espindola at gmail.com
Thu Nov 2 15:49:07 PST 2006



Changes in directory llvm/lib/Support:

FoldingSet.cpp updated: 1.9 -> 1.10
---
Log message:

#include <assert.h>


---
Diffs of the changes:  (+1 -0)

 FoldingSet.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Support/FoldingSet.cpp
diff -u llvm/lib/Support/FoldingSet.cpp:1.9 llvm/lib/Support/FoldingSet.cpp:1.10
--- llvm/lib/Support/FoldingSet.cpp:1.9	Thu Nov  2 08:21:26 2006
+++ llvm/lib/Support/FoldingSet.cpp	Thu Nov  2 17:48:53 2006
@@ -16,6 +16,7 @@
 
 #include "llvm/ADT/FoldingSet.h"
 #include "llvm/Support/MathExtras.h"
+#include <assert.h>
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//






More information about the llvm-commits mailing list