From 94f9f2fdacd7d6ea6fd5552a160864a9d3e6af18 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Thu, 30 Mar 2023 00:57:41 +0200 Subject: [PATCH] Add bool header. Signed-off-by: Pol Henarejos --- src/usb/hid/ctap_hid.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/usb/hid/ctap_hid.h b/src/usb/hid/ctap_hid.h index 9d4c709..99af0ac 100644 --- a/src/usb/hid/ctap_hid.h +++ b/src/usb/hid/ctap_hid.h @@ -26,6 +26,7 @@ typedef unsigned long int uint64_t; #else #include #include +#include #endif #ifdef __cplusplus