From 6db975b7b89df9d4b27fa40411963f8f8891c349 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Thu, 8 Aug 2019 09:43:20 +0000 Subject: [PATCH] Add a missing include to SymbolFilePDBTests.cpp This should _really_ fix the pdb unit tests. llvm-svn: 368271 --- lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp b/lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp index f40e19abeb88..64d4338deac9 100644 --- a/lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp +++ b/lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp @@ -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"