Skip to content

Commit 0761f6f

Browse files
authored
Add stream string includes (#8367)
1 parent 986dd42 commit 0761f6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: cores/esp8266/StreamString.h

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
#define __STREAMSTRING_H
2525

2626
#include <limits>
27+
#include <algorithm>
28+
#include "Stream.h"
2729
#include "WString.h"
2830

2931
///////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)