diff --git a/driver/linker.cpp b/driver/linker.cpp index 5e4ace87..2d42548d 100644 --- a/driver/linker.cpp +++ b/driver/linker.cpp @@ -21,7 +21,7 @@ #include "llvm/Linker.h" #include "llvm/Support/FileSystem.h" #include "llvm/Support/Program.h" -#include "llvm/Support/PathV2.h" +#include "llvm/Support/Path.h" #if _WIN32 #include "llvm/Support/SystemUtils.h" #endif