Fix include on Native apps

This commit is contained in:
fvanroie 2021-09-17 19:21:40 +02:00
parent aa30b97041
commit a90e7fd0b3

View File

@ -3,7 +3,10 @@
#include "hasplib.h" #include "hasplib.h"
#include <fstream> #include <fstream>
#if defined(ARDUINO)
#include "StreamUtils.h" // For EEPromStream #include "StreamUtils.h" // For EEPromStream
#endif
namespace hasp { namespace hasp {