From: Torok Edwin Date: Fri, 4 Apr 2008 16:08:00 +0000 (+0000) Subject: strdup needs . This fixes a build error with g++-4.3. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3e3dc57d3ff2aa010a5ac873933a6107221b4c13;p=oota-llvm.git strdup needs . This fixes a build error with g++-4.3. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49218 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Target.cpp b/lib/Target/Target.cpp index 375cd642de7..35cf6489638 100644 --- a/lib/Target/Target.cpp +++ b/lib/Target/Target.cpp @@ -15,6 +15,7 @@ #include "llvm-c/Target.h" #include "llvm/PassManager.h" #include "llvm/Target/TargetData.h" +#include using namespace llvm;