mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-21 17:16:44 +00:00
Removes <cassert> from Struct.h (which means it's needed in the 68000's State).
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
#include "State.hpp"
|
||||
|
||||
#include <cassert>
|
||||
|
||||
using namespace CPU::MC68000;
|
||||
|
||||
State::State(const ProcessorBase &src): State() {
|
||||
|
||||
Reference in New Issue
Block a user