mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-11 04:06:20 +00:00
Fix build of DebugInfoPDBTests.
Missing a using statement. llvm-svn: 268552
This commit is contained in:
parent
0cfed297de
commit
e13787ef3f
@ -50,6 +50,7 @@
|
||||
#include "llvm/DebugInfo/PDB/PDBTypes.h"
|
||||
#include "gtest/gtest.h"
|
||||
using namespace llvm;
|
||||
using namespace llvm::pdb;
|
||||
|
||||
namespace {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user