From 8dace12920bfae638bc165ba24ce570641c62037 Mon Sep 17 00:00:00 2001 From: Kasper Date: Thu, 12 Nov 2020 20:16:03 +0200 Subject: [PATCH] Fix Linux build not compiling --- Controllers/QMKRGBMatrixController/QMKRGBMatrixController.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Controllers/QMKRGBMatrixController/QMKRGBMatrixController.cpp b/Controllers/QMKRGBMatrixController/QMKRGBMatrixController.cpp index 3ba801857..5848a651f 100644 --- a/Controllers/QMKRGBMatrixController/QMKRGBMatrixController.cpp +++ b/Controllers/QMKRGBMatrixController/QMKRGBMatrixController.cpp @@ -8,6 +8,7 @@ \*-------------------------------------------------------------------*/ #include "QMKRGBMatrixController.h" +#include QMKRGBMatrixController::QMKRGBMatrixController(hid_device* dev_handle, const char* path) {