From: Michael J. Spencer Date: Mon, 29 Nov 2010 22:28:22 +0000 (+0000) Subject: Support/PathV2: Just about every function call requires the Twine header. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ace996943a7d586c1ed42e550cb431c72143d6b3;p=oota-llvm.git Support/PathV2: Just about every function call requires the Twine header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120327 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/PathV2.h b/include/llvm/Support/PathV2.h index e8c93a34b2b..ab9f077349f 100644 --- a/include/llvm/Support/PathV2.h +++ b/include/llvm/Support/PathV2.h @@ -25,6 +25,7 @@ //===----------------------------------------------------------------------===// #include "llvm/ADT/SmallString.h" +#include "llvm/ADT/Twine.h" #include "llvm/Support/DataTypes.h" #include "llvm/Support/system_error.h" #include