Add a missing include to SymbolFilePDBTests.cpp
authorPavel Labath <pavel@labath.sk>
Thu, 8 Aug 2019 09:43:20 +0000 (09:43 +0000)
committerPavel Labath <pavel@labath.sk>
Thu, 8 Aug 2019 09:43:20 +0000 (09:43 +0000)
This should _really_ fix the pdb unit tests.

llvm-svn: 368271

lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp

index f40e19a..64d4338 100644 (file)
@@ -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"