From 05280526b066ab9b62ca911e269d6df566aae200 Mon Sep 17 00:00:00 2001 From: Chris Giacofei Date: Mon, 24 Jan 2022 08:29:14 -0500 Subject: [PATCH] Need Adafruit RTD control class. --- boil_kettle/thermoControl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/boil_kettle/thermoControl.cpp b/boil_kettle/thermoControl.cpp index 1585d76..482b682 100644 --- a/boil_kettle/thermoControl.cpp +++ b/boil_kettle/thermoControl.cpp @@ -1,5 +1,6 @@ #include +#include #include "thermoControl.h"