[llvm] e5fd3a7 - Try to unbreak build on Windows after e9211e03937
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 21 07:00:37 PST 2022
Author: Nico Weber
Date: 2022-01-21T09:59:22-05:00
New Revision: e5fd3a7df9170cc69c88881e06fbd33c9cbd633d
URL: https://github.com/llvm/llvm-project/commit/e5fd3a7df9170cc69c88881e06fbd33c9cbd633d
DIFF: https://github.com/llvm/llvm-project/commit/e5fd3a7df9170cc69c88881e06fbd33c9cbd633d.diff
LOG: Try to unbreak build on Windows after e9211e03937
Added:
Modified:
llvm/tools/llvm-readobj/COFFDumper.cpp
Removed:
################################################################################
diff --git a/llvm/tools/llvm-readobj/COFFDumper.cpp b/llvm/tools/llvm-readobj/COFFDumper.cpp
index e1b28e3ce7451..caeb49af24be8 100644
--- a/llvm/tools/llvm-readobj/COFFDumper.cpp
+++ b/llvm/tools/llvm-readobj/COFFDumper.cpp
@@ -52,6 +52,7 @@
#include "llvm/Support/ScopedPrinter.h"
#include "llvm/Support/Win64EH.h"
#include "llvm/Support/raw_ostream.h"
+#include <ctime>
using namespace llvm;
using namespace llvm::object;
More information about the llvm-commits
mailing list