Add missing namespace to PPCLinux.cpp
authorMike Hommey <mh@glandium.org>
Thu, 27 Jan 2022 08:26:16 +0000 (09:26 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Thu, 27 Jan 2022 08:26:46 +0000 (09:26 +0100)
This fixes a build failure with MSVC introduced in
https://reviews.llvm.org/D112906

Reviewed By: nemanjai

Differential Revision: https://reviews.llvm.org/D118211

clang/lib/Driver/ToolChains/PPCLinux.cpp

index e5e1aa0..e480d8b 100644 (file)
@@ -13,6 +13,7 @@
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/Path.h"
 
+using namespace clang::driver;
 using namespace clang::driver::toolchains;
 using namespace llvm::opt;
 using namespace llvm::sys;