summaryrefslogtreecommitdiff
path: root/tools/llvm-pdbutil/PdbYaml.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-pdbutil/PdbYaml.h')
-rw-r--r--tools/llvm-pdbutil/PdbYaml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-pdbutil/PdbYaml.h b/tools/llvm-pdbutil/PdbYaml.h
index 62ed608916fce..91e054490a5f6 100644
--- a/tools/llvm-pdbutil/PdbYaml.h
+++ b/tools/llvm-pdbutil/PdbYaml.h
@@ -57,7 +57,7 @@ struct PdbInfoStream {
PdbRaw_ImplVer Version = PdbImplVC70;
uint32_t Signature = 0;
uint32_t Age = 1;
- PDB_UniqueId Guid;
+ codeview::GUID Guid;
std::vector<PdbRaw_FeatureSig> Features;
std::vector<NamedStreamMapping> NamedStreams;
};