diff options
Diffstat (limited to 'qtmips_machine/cache.h')
-rw-r--r-- | qtmips_machine/cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmips_machine/cache.h b/qtmips_machine/cache.h index 4b91858..638aa10 100644 --- a/qtmips_machine/cache.h +++ b/qtmips_machine/cache.h @@ -1,7 +1,7 @@ #ifndef CACHE_H #define CACHE_H -#include "memory.h" +#include <memory.h> namespace machine { |