1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

Add stream string includes (#8367)

This commit is contained in:
adams13x13 2021-11-10 01:09:20 +01:00 committed by GitHub
parent 986dd4209d
commit 0761f6f672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,8 @@
#define __STREAMSTRING_H
#include <limits>
#include <algorithm>
#include "Stream.h"
#include "WString.h"
///////////////////////////////////////////////////////////////