forked from OSchip/llvm-project
Add missing include. Should fix modules builds.
llvm-svn: 273540
This commit is contained in:
parent
85dbed53a5
commit
12ee77c835
|
@ -9,6 +9,7 @@
|
|||
#ifndef LLVM_MC_MCSYMBOLMACHO_H
|
||||
#define LLVM_MC_MCSYMBOLMACHO_H
|
||||
|
||||
#include "llvm/ADT/Twine.h"
|
||||
#include "llvm/MC/MCSymbol.h"
|
||||
|
||||
namespace llvm {
|
||||
|
|
Loading…
Reference in New Issue