Skip to content

Commit

Permalink
Add missing <ctime> include
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Feb 23, 2022
1 parent f4568e1 commit 57c6012
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 57c6012

Please sign in to comment.