diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-11 20:00:56 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-11 20:00:56 +0000 |
commit | d1fcac91268d5a539ba1a47cbe8e71d846f0aa22 (patch) | |
tree | f356b4da37c8747007213920183f6393dca6de94 /llvm/lib/Support/Path.cpp | |
parent | be5138885d99d35b56c87590a89637a8a303f58d (diff) | |
download | bcm5719-llvm-d1fcac91268d5a539ba1a47cbe8e71d846f0aa22.tar.gz bcm5719-llvm-d1fcac91268d5a539ba1a47cbe8e71d846f0aa22.zip |
Include PathV1.h in files that use it.
This is preparation for replacing Path.h with PathV2.h.
llvm-svn: 183782
Diffstat (limited to 'llvm/lib/Support/Path.cpp')
-rw-r--r-- | llvm/lib/Support/Path.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/Path.cpp b/llvm/lib/Support/Path.cpp index b873b9ab4a0..1bae78137b3 100644 --- a/llvm/lib/Support/Path.cpp +++ b/llvm/lib/Support/Path.cpp @@ -15,6 +15,7 @@ #include "llvm/Config/config.h" #include "llvm/Support/Endian.h" #include "llvm/Support/FileSystem.h" +#include "llvm/Support/PathV1.h" #include <cassert> #include <cstring> #include <ostream> |