summaryrefslogtreecommitdiff
path: root/tools/llvm-pdbdump/Analyze.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-pdbdump/Analyze.cpp')
-rw-r--r--tools/llvm-pdbdump/Analyze.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-pdbdump/Analyze.cpp b/tools/llvm-pdbdump/Analyze.cpp
index 3a026e5d2451c..b503cdcbf1eaa 100644
--- a/tools/llvm-pdbdump/Analyze.cpp
+++ b/tools/llvm-pdbdump/Analyze.cpp
@@ -35,7 +35,7 @@ static StringRef getLeafTypeName(TypeLeafKind LT) {
#define TYPE_RECORD(ename, value, name) \
case ename: \
return #name;
-#include "llvm/DebugInfo/CodeView/TypeRecords.def"
+#include "llvm/DebugInfo/CodeView/CodeViewTypes.def"
default:
break;
}