From 494739c25b55ae09530e2a2e9954bbc1d00bb645 Mon Sep 17 00:00:00 2001 From: phl0 Date: Tue, 8 Jan 2019 13:51:24 +0100 Subject: [PATCH] We need a cstring include here ... (at least for Linux builds) --- RemoteControl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/RemoteControl.cpp b/RemoteControl.cpp index 368ac8f1e..62d009a14 100644 --- a/RemoteControl.cpp +++ b/RemoteControl.cpp @@ -20,6 +20,7 @@ #include #include +#include const unsigned int BUFFER_LENGTH = 100U;