From d2fc5ac5d466520daa407ef13d94a61783c3cc63 Mon Sep 17 00:00:00 2001 From: harre Date: Sat, 11 Jul 2020 01:41:31 +0200 Subject: [PATCH] Add missing include to fix compile error --- oscar/SleepLib/deviceconnection.h | 1 + 1 file changed, 1 insertion(+) diff --git a/oscar/SleepLib/deviceconnection.h b/oscar/SleepLib/deviceconnection.h index 10f48cab..f56bc031 100644 --- a/oscar/SleepLib/deviceconnection.h +++ b/oscar/SleepLib/deviceconnection.h @@ -13,6 +13,7 @@ // connections to devices. For now it just supports serial ports. #include +#include #include #include