Add cstring include to fix build on Linux

This commit is contained in:
Adam Honse
2020-02-25 21:07:06 -06:00
parent f844c2fb07
commit 4f8db7d63f

View File

@@ -1,4 +1,5 @@
#include "RGBController.h"
#include <cstring>
unsigned char * RGBController::GetDeviceDescription()
{