From: Pavel Labath Date: Thu, 8 Aug 2019 09:43:20 +0000 (+0000) Subject: Add a missing include to SymbolFilePDBTests.cpp X-Git-Tag: llvmorg-11-init~12407 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6db975b7b89df9d4b27fa40411963f8f8891c349;p=platform%2Fupstream%2Fllvm.git Add a missing include to SymbolFilePDBTests.cpp This should _really_ fix the pdb unit tests. llvm-svn: 368271 --- diff --git a/lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp b/lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp index f40e19a..64d4338 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"