Add missing include. Should fix modules builds.

llvm-svn: 273540
This commit is contained in:
Vassil Vassilev 2016-06-23 07:30:12 +00:00
parent 85dbed53a5
commit 12ee77c835
1 changed files with 1 additions and 0 deletions

View File

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