diff --git a/src/src/models/thermostat.cpp b/src/src/models/thermostat.cpp index efdbcc6..446ac57 100644 --- a/src/src/models/thermostat.cpp +++ b/src/src/models/thermostat.cpp @@ -1,5 +1,5 @@ #include "thermostat.h" -#include "Sensor.h" +#include "sensor.h" const char *nameof_typecheck(const void *, const char *name) { return name; } #define nameof(A) nameof_typecheck((void *)&A, #A)