From: Reid Spencer Date: Sat, 13 May 2006 17:50:38 +0000 (+0000) Subject: Add a #include for situations where Casting.h is used standalone. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c7365a9ec96ff434d93d0d8052812283b33e537d;p=oota-llvm.git Add a #include for situations where Casting.h is used standalone. Patch contributed by Vladimir Prus. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28280 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/Casting.h b/include/llvm/Support/Casting.h index 5132b4ec288..6630fa955d3 100644 --- a/include/llvm/Support/Casting.h +++ b/include/llvm/Support/Casting.h @@ -15,6 +15,8 @@ #ifndef LLVM_SUPPORT_CASTING_H #define LLVM_SUPPORT_CASTING_H +#include + namespace llvm { //===----------------------------------------------------------------------===//