From 4f8db7d63f1c3bad20d740b8dac7f7080f309af2 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Tue, 25 Feb 2020 21:07:06 -0600 Subject: [PATCH] Add cstring include to fix build on Linux --- RGBController/RGBController.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/RGBController/RGBController.cpp b/RGBController/RGBController.cpp index 7413ce574..558b6adce 100644 --- a/RGBController/RGBController.cpp +++ b/RGBController/RGBController.cpp @@ -1,4 +1,5 @@ #include "RGBController.h" +#include unsigned char * RGBController::GetDeviceDescription() {