From 88af4e606e6cacb42897abff7d18bb37008d4346 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Thu, 14 Jan 2016 22:58:45 +0000 Subject: [PATCH] Add cstring include for Linux. --- TFTSerial.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TFTSerial.cpp b/TFTSerial.cpp index 00d1257..da6d545 100644 --- a/TFTSerial.cpp +++ b/TFTSerial.cpp @@ -19,6 +19,8 @@ #include "TFTSerial.h" #include "Log.h" +#include + CTFTSerial::CTFTSerial(const std::string& port) : m_serial(port, SERIAL_9600) {