From 57c6012213b50804ed78530b89bae30c0ee4fe82 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Wed, 23 Feb 2022 14:28:56 +0100 Subject: [PATCH] Add missing include As a follow-up to eb4c8608115c1c9af0fc8cb5b1e9f2bc960014ef Should fix http://45.33.8.238/win/53749/step_4.txt Related to https://reviews.llvm.org/D120195 --- llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp b/llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp index 73106c2..5ff84ca 100644 --- a/llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp +++ b/llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp @@ -26,6 +26,8 @@ #include "llvm/Support/Path.h" #include "llvm/Support/xxhash.h" +#include + using namespace llvm; using namespace llvm::codeview; using namespace llvm::msf; -- 2.7.4