Added in a missing include.
--HG-- extra : convert_revision : 712480fef36bf7a34c2c0b8d19dd82689eb78a1d
This commit is contained in:
parent
7ed7d6e80d
commit
b2d356a6b2
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@
|
|||
#ifndef __ARCH_X86_TYPES_HH__
|
||||
#define __ARCH_X86_TYPES_HH__
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
namespace X86ISA
|
||||
{
|
||||
//XXX This won't work
|
||||
|
|
Loading…
Reference in a new issue