commit | e13787ef3fd803cd861d14c25493f4b140f9e1aa | [log] [tgz] |
---|---|---|
author | Zachary Turner <zturner@google.com> | Wed May 04 21:06:12 2016 +0000 |
committer | Zachary Turner <zturner@google.com> | Wed May 04 21:06:12 2016 +0000 |
tree | 746eac96d2ced96a0eac35293b10b63806f2cce5 | |
parent | 0cfed297deab4872d7038f4919be38aee7252e29 [diff] [blame] |
Fix build of DebugInfoPDBTests. Missing a using statement. llvm-svn: 268552
diff --git a/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp b/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp index 736a6cc..cd0f928 100644 --- a/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp +++ b/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp
@@ -50,6 +50,7 @@ #include "llvm/DebugInfo/PDB/PDBTypes.h" #include "gtest/gtest.h" using namespace llvm; +using namespace llvm::pdb; namespace {