[cleanup] Add a missing include exposed by resorting other includes.
authorChandler Carruth <chandlerc@gmail.com>
Mon, 13 Jan 2014 08:09:47 +0000 (08:09 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 13 Jan 2014 08:09:47 +0000 (08:09 +0000)
Should fix the build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199081 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-readobj/ARMEHABIPrinter.h

index 6311948a1640d77a254cf3445d02dbb968d073af..2cba126aadf3ef8791790ad87e6d434b53c7bd92 100644 (file)
@@ -10,6 +10,7 @@
 #ifndef LLVM_READOBJ_ARMEHABI_PRINTER_H
 #define LLVM_READOBJ_ARMEHABI_PRINTER_H
 
 #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"
 #include "StreamWriter.h"
 #include "llvm/Object/ELF.h"
 #include "llvm/Object/ELFTypes.h"