From: NAKAMURA Takumi Date: Wed, 30 Apr 2014 06:44:50 +0000 (+0000) Subject: ConstantHoisting.cpp: Add for std::tie, since r207593 removed FileSystem... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=38dbc8460217c5a5e89b09d901a0a006c9c99385;p=oota-llvm.git ConstantHoisting.cpp: Add for std::tie, since r207593 removed FileSystem.h, it includes . git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207614 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/ConstantHoisting.cpp b/lib/Transforms/Scalar/ConstantHoisting.cpp index 7c3a2609477..763d02b9fcd 100644 --- a/lib/Transforms/Scalar/ConstantHoisting.cpp +++ b/lib/Transforms/Scalar/ConstantHoisting.cpp @@ -43,6 +43,7 @@ #include "llvm/IR/IntrinsicInst.h" #include "llvm/Pass.h" #include "llvm/Support/Debug.h" +#include using namespace llvm;