diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-29 22:28:22 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-29 22:28:22 +0000 |
commit | ace996943a7d586c1ed42e550cb431c72143d6b3 (patch) | |
tree | 2e057ee15a9473cb8a8b7eeebc7f085c6de90b81 /include | |
parent | a46a493c026cb60eec461f40318ce7ca7574f1b5 (diff) | |
download | external_llvm-ace996943a7d586c1ed42e550cb431c72143d6b3.zip external_llvm-ace996943a7d586c1ed42e550cb431c72143d6b3.tar.gz external_llvm-ace996943a7d586c1ed42e550cb431c72143d6b3.tar.bz2 |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Support/PathV2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/PathV2.h b/include/llvm/Support/PathV2.h index e8c93a3..ab9f077 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 <ctime> |