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 | fc6fc9d56999d3631f3d1af2f0b6d1230ddc574e (patch) | |
| tree | bb8c44886e8037e60e56aebba11dd9ca9094fff4 | |
| parent | 5da8cae9ec969f2887ce5ffe9398d0d0cc52b967 (diff) | |
| download | bcm5719-llvm-fc6fc9d56999d3631f3d1af2f0b6d1230ddc574e.tar.gz bcm5719-llvm-fc6fc9d56999d3631f3d1af2f0b6d1230ddc574e.zip | |
Support/PathV2: Just about every function call requires the Twine header.
llvm-svn: 120327
| -rw-r--r-- | llvm/include/llvm/Support/PathV2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Support/PathV2.h b/llvm/include/llvm/Support/PathV2.h index e8c93a34b2b..ab9f077349f 100644 --- a/llvm/include/llvm/Support/PathV2.h +++ b/llvm/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> |

