mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 21:26:43 +00:00
Fix include on Native apps
This commit is contained in:
parent
aa30b97041
commit
a90e7fd0b3
@ -3,7 +3,10 @@
|
||||
|
||||
#include "hasplib.h"
|
||||
#include <fstream>
|
||||
|
||||
#if defined(ARDUINO)
|
||||
#include "StreamUtils.h" // For EEPromStream
|
||||
#endif
|
||||
|
||||
namespace hasp {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user