From: serge-sans-paille Date: Wed, 23 Feb 2022 13:28:56 +0000 (+0100) Subject: Add missing include X-Git-Tag: upstream/15.0.7~15557 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57c6012213b50804ed78530b89bae30c0ee4fe82;p=platform%2Fupstream%2Fllvm.git 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 --- 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;