From 618eaec73dce8fb33c42c4c195924146653f22db Mon Sep 17 00:00:00 2001 From: Willem Date: Thu, 22 Jul 2021 13:55:55 +0200 Subject: [PATCH] Add misisng include --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index 630d7d6..63968dc 100644 --- a/main.cpp +++ b/main.cpp @@ -38,6 +38,7 @@ #include "mqtt.h" #include "particles.h" #include "CO2_sensor.h" +#include "sensor.h" #include "button.h" /*--------------------------- Program ---------------------------------------*/