mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-16 19:08:08 +00:00
Add necessary header for memset.
This commit is contained in:
parent
69ca2e8803
commit
f8c9ef2950
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user