Add missing <ctime> include
authorserge-sans-paille <sguelton@redhat.com>
Wed, 23 Feb 2022 13:28:56 +0000 (14:28 +0100)
committerserge-sans-paille <sguelton@redhat.com>
Wed, 23 Feb 2022 13:30:33 +0000 (14:30 +0100)
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

index 73106c2..5ff84ca 100644 (file)
@@ -26,6 +26,8 @@
 #include "llvm/Support/Path.h"
 #include "llvm/Support/xxhash.h"
 
+#include <ctime>
+
 using namespace llvm;
 using namespace llvm::codeview;
 using namespace llvm::msf;