1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-21 17:16:44 +00:00

Add missing stddef header where size_t is used.

This commit is contained in:
Thomas Harte
2021-07-01 23:15:32 -04:00
parent 2327c48cc4
commit 51d98ef9ab
5 changed files with 8 additions and 0 deletions
+2
View File
@@ -8,6 +8,8 @@
#include "Keyboard.hpp"
#include <cstddef>
using namespace Inputs;
Keyboard::Keyboard(const std::set<Key> &essential_modifiers) : essential_modifiers_(essential_modifiers) {