diff options
author | Adrian Prantl <aprantl@apple.com> | 2022-01-20 08:33:08 -0800 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2022-01-20 08:33:44 -0800 |
commit | 54ba376d0802e74c84d0bf79c0a919c040884398 (patch) | |
tree | f2da2a24475ff17447246ac2dbee3527c85dd0aa /lld/Common | |
parent | 3c422cbe6b7e2ea70fdd97883a9cd4d7d6a2efb2 (diff) | |
download | llvm-54ba376d0802e74c84d0bf79c0a919c040884398.tar.gz |
Add missing include to fix modular build
Diffstat (limited to 'lld/Common')
-rw-r--r-- | lld/Common/Timer.cpp | 1 |
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; |