1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-30 07:55:01 +00:00

Merge pull request #1236 from TomHarte/MissingIncludes

Add missing <array> #includes
This commit is contained in:
Thomas Harte 2023-12-03 18:07:35 -05:00 committed by GitHub
commit 606a04b0b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,8 @@
#include "Memory.hpp"
#include <array>
namespace PCCompatible {
enum class AccessResult {

View File

@ -14,6 +14,8 @@
#include "../../InstructionSets/x86/AccessType.hpp"
#include <array>
namespace PCCompatible {
// TODO: send writes to the ROM area off to nowhere.