diff options
Diffstat (limited to 'include/device.h')
-rw-r--r-- | include/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/device.h b/include/device.h index 62c4073..f686fbd 100644 --- a/include/device.h +++ b/include/device.h @@ -2,7 +2,7 @@ #define DEVICE_H #include <chrono> #include <hidapi/hidapi.h> -#include "inttypes.h" +#include <stdint.h> #define HID_REPORT_SIZE 65 |