Add missing include to fix modular build

This commit is contained in:
Adrian Prantl 2022-01-20 08:33:08 -08:00
parent 3c422cbe6b
commit 54ba376d08
1 changed files with 1 additions and 0 deletions

View File

@ -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;