Skip to content

Commit fe60ac4

Browse files
author
Kyle Krueger
committed
add include to complete PDBSymbol def for unique_ptr
1 parent e20c9d2 commit fe60ac4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#include "llvm/DebugInfo/PDB/IPDBEnumChildren.h"
1313
#include "llvm/DebugInfo/PDB/PDBTypes.h"
14+
#include "llvm/DebugInfo/PDB/PDBSymbol.h"
1415
#include "llvm/Support/Casting.h"
1516
#include <algorithm>
1617
#include <cstdint>

0 commit comments

Comments
 (0)