Changes in directory llvm/include/llvm/Support:
Casting.h updated: 1.14 -> 1.15 --- Log message: Add a #include <cassert> for situations where Casting.h is used standalone. Patch contributed by Vladimir Prus. --- Diffs of the changes: (+2 -0) Casting.h | 2 ++ 1 files changed, 2 insertions(+) Index: llvm/include/llvm/Support/Casting.h diff -u llvm/include/llvm/Support/Casting.h:1.14 llvm/include/llvm/Support/Casting.h:1.15 --- llvm/include/llvm/Support/Casting.h:1.14 Thu Apr 21 15:44:59 2005 +++ llvm/include/llvm/Support/Casting.h Sat May 13 12:50:38 2006 @@ -15,6 +15,8 @@ #ifndef LLVM_SUPPORT_CASTING_H #define LLVM_SUPPORT_CASTING_H +#include <cassert> + namespace llvm { //===----------------------------------------------------------------------===// _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits