Add missing include from previous commit

llvm-svn: 275069
This commit is contained in:
Nirav Dave 2016-07-11 14:32:57 +00:00
parent 8603062ee4
commit 57033c6336
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include "llvm/MC/MCSectionCOFF.h"
#include "llvm/MC/MCSectionELF.h"
#include "llvm/MC/MCSectionMachO.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/Support/ELF.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/MachO.h"