From f8c9ef2950e4effd9c66e7122bb29016e085ad59 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 19 Mar 2021 00:00:59 -0400 Subject: [PATCH] Add necessary header for memset. --- Machines/Sinclair/ZX8081/Keyboard.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Machines/Sinclair/ZX8081/Keyboard.cpp b/Machines/Sinclair/ZX8081/Keyboard.cpp index afd477f3d..198210fa3 100644 --- a/Machines/Sinclair/ZX8081/Keyboard.cpp +++ b/Machines/Sinclair/ZX8081/Keyboard.cpp @@ -8,6 +8,8 @@ #include "Keyboard.hpp" +#include + using namespace Sinclair::ZX8081; uint16_t KeyboardMapper::mapped_key_for_key(Inputs::Keyboard::Key key) const {