]> granicus.if.org Git - llvm/commitdiff
Add a missing #include to a header.
authorChandler Carruth <chandlerc@gmail.com>
Tue, 6 Jun 2017 12:21:27 +0000 (12:21 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 6 Jun 2017 12:21:27 +0000 (12:21 +0000)
This was masked by lucky #include ordering in the .cpp files and
uncovered when we moved to the canonical ordering because the primary
header was included first (yay!). Unfortunately, I can't build this
locally so took a build-bot iteration to find it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304789 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h

index b206ff59a6a49a6c185851bfe879599db5bdd028..f779cd1f4be35171adf15d608a0109442193afd2 100644 (file)
@@ -12,6 +12,7 @@
 
 #include "DIASupport.h"
 #include "llvm/DebugInfo/PDB/IPDBEnumChildren.h"
+#include "llvm/DebugInfo/PDB/PDBSymbol.h"
 
 namespace llvm {
 namespace pdb {