From b35e1af185b2bd68eeb37d910aa1e0bbd9d0a89c Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Mon, 6 Feb 2023 15:43:53 +0000 Subject: [PATCH] Update usbcontroller.h --- usbcontroller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usbcontroller.h b/usbcontroller.h index 4c178c2..6e29174 100644 --- a/usbcontroller.h +++ b/usbcontroller.h @@ -23,7 +23,7 @@ #endif #if defined(__APPLE__) && HID_API_VERSION >= HID_API_MAKE_VERSION(0, 12, 0) -#include +#include #endif #if defined(USING_HIDAPI_LIBUSB) && HID_API_VERSION >= HID_API_MAKE_VERSION(0, 12, 0)