From ace996943a7d586c1ed42e550cb431c72143d6b3 Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Mon, 29 Nov 2010 22:28:22 +0000 Subject: [PATCH] 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 --- include/llvm/Support/PathV2.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1