forked from OSchip/llvm-project
Add a missing include to SymbolFilePDBTests.cpp
This should _really_ fix the pdb unit tests. llvm-svn: 368271
This commit is contained in:
parent
7137736e49
commit
6db975b7b8
|
@ -27,6 +27,7 @@
|
|||
#include "lldb/Symbol/ClangASTContext.h"
|
||||
#include "lldb/Symbol/CompileUnit.h"
|
||||
#include "lldb/Symbol/LineTable.h"
|
||||
#include "lldb/Symbol/TypeMap.h"
|
||||
#include "lldb/Utility/ArchSpec.h"
|
||||
#include "lldb/Utility/FileSpec.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue