1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-02-16 18:30:32 +00:00

Ensure std::function is visible to 65816Storage.cpp.

This commit is contained in:
Thomas Harte 2020-09-29 19:23:38 -04:00
parent 15c87e02e9
commit 36f843bc6e

View File

@ -9,6 +9,7 @@
#include "../65816.hpp"
#include <cassert>
#include <functional>
#include <map>
using namespace CPU::WDC65816;