mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-09 05:25:01 +00:00
Add missing array imports.
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
|
||||
#include "Memory.hpp"
|
||||
|
||||
#include <array>
|
||||
|
||||
namespace PCCompatible {
|
||||
|
||||
enum class AccessResult {
|
||||
|
@@ -14,6 +14,8 @@
|
||||
|
||||
#include "../../InstructionSets/x86/AccessType.hpp"
|
||||
|
||||
#include <array>
|
||||
|
||||
namespace PCCompatible {
|
||||
|
||||
// TODO: send writes to the ROM area off to nowhere.
|
||||
|
Reference in New Issue
Block a user