commit | 1c861a02533216e7a5892a71e28a68ba4dfaec91 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Jul 20 19:40:51 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Jul 20 19:40:51 2010 +0000 |
tree | d3dc97f88845bc08d4566459180b08ee0071a401 | |
parent | b3c90d96bd64c4b2b1b471b3c45bb119c526ca7b [diff] [blame] |
hopefully heal the linux builders git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108890 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/MC/MCDisassembler/EDInst.h b/lib/MC/MCDisassembler/EDInst.h index 0a98fea..ceb9505 100644 --- a/lib/MC/MCDisassembler/EDInst.h +++ b/lib/MC/MCDisassembler/EDInst.h
@@ -16,6 +16,7 @@ #ifndef LLVM_EDINST_H #define LLVM_EDINST_H +#include "llvm/Support/DataTypes.h" #include "llvm/ADT/SmallVector.h" #include <string> #include <vector>