[cleanup] Add a missing include exposed by resorting other includes.

Should fix the build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199081 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chandler Carruth 2014-01-13 08:09:47 +00:00
parent 9f20a4c6ce
commit 213fb8f11e

View File

@ -10,6 +10,7 @@
#ifndef LLVM_READOBJ_ARMEHABI_PRINTER_H
#define LLVM_READOBJ_ARMEHABI_PRINTER_H
#include "Error.h"
#include "StreamWriter.h"
#include "llvm/Object/ELF.h"
#include "llvm/Object/ELFTypes.h"