Added a missing include to let it compile

This commit is contained in:
mnmustafa1109 2023-05-11 15:47:55 +05:00 committed by GitHub
parent 130e9ec0c9
commit ddd86e88de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@
*/
#include "rd_mouse_wireless.h"
#include <cstdint>
std::map< std::string, std::array<uint8_t, 4> > rd_mouse_wireless::_c_keycodes = {
{ "left", { 0x01, 0x01, 0x00, 0x53 } },