1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-03 11:30:02 +00:00

Ensure assert is visible to 65816Implementation.hpp.

This commit is contained in:
Thomas Harte 2020-09-29 18:52:25 -04:00
parent a72ac8294c
commit 00923eac7c

View File

@ -9,6 +9,7 @@
#ifndef WDC65816_hpp
#define WDC65816_hpp
#include <cassert> // TEMPORARILY.
#include <cstdint>
#include <vector>