Controllers/MNTKeyboardController: fix hidapi.h include for windows

This commit is contained in:
Johannes Schauer Marin Rodrigues
2025-12-06 02:11:21 +01:00
parent 21b113200c
commit 246150b44a
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
#include "Detector.h"
#include "LogManager.h"
#include <hidapi/hidapi.h>
#include <hidapi.h>
#include "MNTReformKeyboardController.h"
#include "MNTPocketReformKeyboardController.h"
#include "RGBController_MNTReformKeyboard.h"