Fix include on Native apps

This commit is contained in:
fvanroie 2021-09-17 17:29:16 +02:00
parent 6192145f7c
commit 4b35dbbd5e

View File

@ -3,7 +3,6 @@
#include <time.h> #include <time.h>
#include <sys/time.h> #include <sys/time.h>
#include "StreamUtils.h" // For ReadBufferingStream
//#include "ArduinoLog.h" //#include "ArduinoLog.h"
#include "hasplib.h" #include "hasplib.h"
@ -24,7 +23,7 @@
#include "../mqtt/hasp_mqtt.h" #include "../mqtt/hasp_mqtt.h"
#else #else
#include "StringStream.h" #include "StringStream.h"
#include "StreamUtils.h" // for exec #include "StreamUtils.h" // for exec ReadBufferingStream
#include "CharStream.h" #include "CharStream.h"
#include "hasp_oobe.h" #include "hasp_oobe.h"