Skip to content

Commit

Permalink
Add missing namespace to PPCLinux.cpp
Browse files Browse the repository at this point in the history
This fixes a build failure with MSVC introduced in
https://reviews.llvm.org/D112906

Reviewed By: nemanjai

Differential Revision: https://reviews.llvm.org/D118211
  • Loading branch information
glandium authored and sylvestre committed Jan 27, 2022
1 parent 67c89d9 commit fd71493
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/lib/Driver/ToolChains/PPCLinux.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit fd71493

Please sign in to comment.