mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Merge pull request #1236 from TomHarte/MissingIncludes
Add missing <array> #includes
This commit is contained in:
commit
606a04b0b8
@ -13,6 +13,8 @@
|
|||||||
|
|
||||||
#include "Memory.hpp"
|
#include "Memory.hpp"
|
||||||
|
|
||||||
|
#include <array>
|
||||||
|
|
||||||
namespace PCCompatible {
|
namespace PCCompatible {
|
||||||
|
|
||||||
enum class AccessResult {
|
enum class AccessResult {
|
||||||
|
@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
#include "../../InstructionSets/x86/AccessType.hpp"
|
#include "../../InstructionSets/x86/AccessType.hpp"
|
||||||
|
|
||||||
|
#include <array>
|
||||||
|
|
||||||
namespace PCCompatible {
|
namespace PCCompatible {
|
||||||
|
|
||||||
// TODO: send writes to the ROM area off to nowhere.
|
// TODO: send writes to the ROM area off to nowhere.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user