mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Ensure assert
is visible to 65816Implementation.hpp.
This commit is contained in:
parent
a72ac8294c
commit
00923eac7c
@ -9,6 +9,7 @@
|
||||
#ifndef WDC65816_hpp
|
||||
#define WDC65816_hpp
|
||||
|
||||
#include <cassert> // TEMPORARILY.
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user