From: Jeff Cohen Date: Wed, 11 Jan 2006 16:21:23 +0000 (+0000) Subject: Fix VC++ compilation error. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=df46b26d94c922a9b852161fc0255875b2e22e20;p=oota-llvm.git Fix VC++ compilation error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25214 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/TypeSymbolTable.cpp b/lib/VMCore/TypeSymbolTable.cpp index 9a572238cc7..b608c18ae5e 100644 --- a/lib/VMCore/TypeSymbolTable.cpp +++ b/lib/VMCore/TypeSymbolTable.cpp @@ -15,6 +15,7 @@ #include "llvm/DerivedTypes.h" #include "llvm/ADT/StringExtras.h" #include +#include using namespace llvm;