diff options
Diffstat (limited to 'clang-tools-extra/unittests/cpp11-migrate/TransformTest.cpp')
| -rw-r--r-- | clang-tools-extra/unittests/cpp11-migrate/TransformTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang-tools-extra/unittests/cpp11-migrate/TransformTest.cpp b/clang-tools-extra/unittests/cpp11-migrate/TransformTest.cpp index 447feb4d969..cdb665a84c8 100644 --- a/clang-tools-extra/unittests/cpp11-migrate/TransformTest.cpp +++ b/clang-tools-extra/unittests/cpp11-migrate/TransformTest.cpp @@ -4,6 +4,7 @@ #include "clang/AST/DeclGroup.h" #include "llvm/Support/Process.h" #include "llvm/Support/Path.h" +#include "llvm/Support/PathV1.h" using namespace clang; |

