1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-29 00:56:21 +00:00

Add necessary header for memset.

This commit is contained in:
Thomas Harte 2021-03-19 00:00:59 -04:00
parent 69ca2e8803
commit f8c9ef2950

View File

@ -8,6 +8,8 @@
#include "Keyboard.hpp"
#include <cstring>
using namespace Sinclair::ZX8081;
uint16_t KeyboardMapper::mapped_key_for_key(Inputs::Keyboard::Key key) const {