From 4b35dbbd5eb3666f67a926fd177ca2d0ea990da2 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Fri, 17 Sep 2021 17:29:16 +0200 Subject: [PATCH] Fix include on Native apps --- src/hasp/hasp_dispatch.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hasp/hasp_dispatch.cpp b/src/hasp/hasp_dispatch.cpp index f919361a..cf788258 100644 --- a/src/hasp/hasp_dispatch.cpp +++ b/src/hasp/hasp_dispatch.cpp @@ -3,7 +3,6 @@ #include #include -#include "StreamUtils.h" // For ReadBufferingStream //#include "ArduinoLog.h" #include "hasplib.h" @@ -24,7 +23,7 @@ #include "../mqtt/hasp_mqtt.h" #else #include "StringStream.h" -#include "StreamUtils.h" // for exec +#include "StreamUtils.h" // for exec ReadBufferingStream #include "CharStream.h" #include "hasp_oobe.h"