From af34d9abc3de1cae6f19fe5934bbca12bb91d5cb Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Sat, 23 May 2020 16:54:11 +0100 Subject: [PATCH] Linux compile fix. --- I2CController.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/I2CController.h b/I2CController.h index 14bc81e..281c587 100644 --- a/I2CController.h +++ b/I2CController.h @@ -24,6 +24,8 @@ #include "SerialPort.h" +#include + class CI2CController : public ISerialPort { public: CI2CController(const std::string& device, unsigned int address = 0x22U);