summaryrefslogtreecommitdiff
path: root/lld/Common
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2022-01-20 08:33:08 -0800
committerAdrian Prantl <aprantl@apple.com>2022-01-20 08:33:44 -0800
commit54ba376d0802e74c84d0bf79c0a919c040884398 (patch)
treef2da2a24475ff17447246ac2dbee3527c85dd0aa /lld/Common
parent3c422cbe6b7e2ea70fdd97883a9cd4d7d6a2efb2 (diff)
downloadllvm-54ba376d0802e74c84d0bf79c0a919c040884398.tar.gz
Add missing include to fix modular build
Diffstat (limited to 'lld/Common')
-rw-r--r--lld/Common/Timer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/Common/Timer.cpp b/lld/Common/Timer.cpp
index 40fecd8892c1..29838c9720b7 100644
--- a/lld/Common/Timer.cpp
+++ b/lld/Common/Timer.cpp
@@ -9,6 +9,7 @@
#include "lld/Common/Timer.h"
#include "lld/Common/ErrorHandler.h"
#include "llvm/Support/Format.h"
+#include <ratio>
using namespace lld;
using namespace llvm;