From 954da37bb492b519f5c31dc360f2a142567e08b4 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 4 Jul 2004 12:19:56 +0000 Subject: Add #include since Value.h does not #include it any more. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14622 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/ExprTypeConvert.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Transforms/ExprTypeConvert.cpp') diff --git a/lib/Transforms/ExprTypeConvert.cpp b/lib/Transforms/ExprTypeConvert.cpp index f1a7733d59..25c01db46e 100644 --- a/lib/Transforms/ExprTypeConvert.cpp +++ b/lib/Transforms/ExprTypeConvert.cpp @@ -23,6 +23,7 @@ #include "Support/STLExtras.h" #include "Support/Debug.h" #include +#include using namespace llvm; static bool OperandConvertibleToType(User *U, Value *V, const Type *Ty, -- cgit v1.2.3-70-g09d2