summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Smith <aaron.smith@microsoft.com>2018-02-22 20:00:07 +0000
committerAaron Smith <aaron.smith@microsoft.com>2018-02-22 20:00:07 +0000
commit9161a6cb252d86a486feb6cfb5b1619caef8c4b5 (patch)
tree070ba755a3d42fe830a78746ba87e909c41900ed
parenta86f3cfb496e8eaec04b360df24340602f875866 (diff)
downloadbcm5719-llvm-9161a6cb252d86a486feb6cfb5b1619caef8c4b5.tar.gz
bcm5719-llvm-9161a6cb252d86a486feb6cfb5b1619caef8c4b5.zip
[PDB] Fix buildbot failure from missing include for DIAEnumLineNumbers
llvm-svn: 325826
-rw-r--r--llvm/lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp b/llvm/lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp
index 638e9b3c53b..577e7c9ff81 100644
--- a/llvm/lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp
+++ b/llvm/lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp
@@ -11,6 +11,7 @@
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/DebugInfo/CodeView/Formatters.h"
+#include "llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h"
#include "llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h"
#include "llvm/DebugInfo/PDB/DIA/DIASession.h"
#include "llvm/DebugInfo/PDB/PDBExtras.h"
OpenPOWER on IntegriCloud