diff options
author | Owen Anderson <resistor@mac.com> | 2010-07-20 20:16:11 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2010-07-20 20:16:11 +0000 |
commit | 14d74d649aba2ec3fe0d9a1fb7718d26053eeade (patch) | |
tree | 4bfd9290446cc2f63d350a5a3fa73594f806b307 /llvm/lib/MC/MCDisassembler/EDToken.h | |
parent | 481e40c681309f142866b8925408081f29146e5a (diff) | |
download | bcm5719-llvm-14d74d649aba2ec3fe0d9a1fb7718d26053eeade.tar.gz bcm5719-llvm-14d74d649aba2ec3fe0d9a1fb7718d26053eeade.zip |
Let's get those buildbots green: #include is needed in the header, not just the implementation.
llvm-svn: 108912
Diffstat (limited to 'llvm/lib/MC/MCDisassembler/EDToken.h')
-rw-r--r-- | llvm/lib/MC/MCDisassembler/EDToken.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/MC/MCDisassembler/EDToken.h b/llvm/lib/MC/MCDisassembler/EDToken.h index ab596f5106a..6b2aeac60ba 100644 --- a/llvm/lib/MC/MCDisassembler/EDToken.h +++ b/llvm/lib/MC/MCDisassembler/EDToken.h @@ -17,6 +17,7 @@ #define LLVM_EDTOKEN_H #include "llvm/ADT/StringRef.h" +#include "llvm/System/DataTypes.h" #include <string> #include <vector> |