forked from OSchip/llvm-project
Add missing include to fix modular build
This commit is contained in:
parent
3c422cbe6b
commit
54ba376d08
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue