diff options
Diffstat (limited to 'tests/test_common/keycode_util.hpp')
| -rw-r--r-- | tests/test_common/keycode_util.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_common/keycode_util.hpp b/tests/test_common/keycode_util.hpp index d5a520d4b2..3143ab364e 100644 --- a/tests/test_common/keycode_util.hpp +++ b/tests/test_common/keycode_util.hpp | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | #include <cstdint> | ||
| 3 | #include <string> | 4 | #include <string> |
| 4 | 5 | ||
| 5 | std::string get_keycode_identifier_or_default(uint16_t keycode); | 6 | std::string get_keycode_identifier_or_default(uint16_t keycode); |
