From c9386a1ee85a1e9b7c0b9d961f257fe987481c50 Mon Sep 17 00:00:00 2001 From: Morten Johansen Date: Fri, 9 Sep 2016 11:42:01 +0200 Subject: [PATCH] Make it build on OS X --- Nextion.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Nextion.cpp b/Nextion.cpp index 3a36803..7fdc72d 100644 --- a/Nextion.cpp +++ b/Nextion.cpp @@ -23,6 +23,7 @@ #include #include #include +#include CNextion::CNextion(const std::string& callsign, unsigned int dmrid, const std::string& port, unsigned int brightness, bool displayClock, bool utc, unsigned int idleBrightness) : CDisplay(),