From c7365a9ec96ff434d93d0d8052812283b33e537d Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 13 May 2006 17:50:38 +0000 Subject: [PATCH] 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 --- include/llvm/Support/Casting.h | 2 ++ 1 file changed, 2 insertions(+) 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 { //===----------------------------------------------------------------------===//