1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00

Adds missing header.

This commit is contained in:
Thomas Harte 2017-12-29 18:41:26 -05:00
parent 6a0bb83716
commit 769d9dfbb9

View File

@ -10,6 +10,7 @@
#define KeyboardMachine_h
#include <cstdint>
#include <string>
#include "../Inputs/Keyboard.hpp"