[lld] Add missing includes (NFC)

Fix lld build after 983565a6fe.
This commit is contained in:
Nikita Popov 2021-06-03 18:54:23 +02:00
parent 5d2b3de284
commit d93b678abb
3 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#ifndef LLD_ELF_THUNKS_H
#define LLD_ELF_THUNKS_H
#include "llvm/ADT/SmallVector.h"
#include "Relocations.h"
namespace lld {

View File

@ -13,6 +13,7 @@
#include "lld/Common/LLVM.h"
#include <limits>
#include <vector>
namespace lld {
namespace macho {

View File

@ -16,6 +16,7 @@
#include <chrono>
#include <map>
#include <memory>
#include <vector>
namespace lld {