From 227768a638b7ac8ec610c0ea76d69c775db37517 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Tue, 29 Dec 2020 00:57:29 +0100 Subject: [PATCH] Add missing include --- src/hasp/hasp_attribute.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hasp/hasp_attribute.cpp b/src/hasp/hasp_attribute.cpp index 7b712cec..e218cc2d 100644 --- a/src/hasp/hasp_attribute.cpp +++ b/src/hasp/hasp_attribute.cpp @@ -6,6 +6,7 @@ #include "../lv_components.h" #endif +#include "ArduinoLog.h" //#include "hasp_conf.h" #include "hasp.h"