Skip to content

Commit 205c1a7

Browse files
adams13x13hasenradball
authored andcommitted
Add stream string includes (esp8266#8367)
1 parent 2cf3cfa commit 205c1a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cores/esp8266/StreamString.h

Lines changed: 2 additions & 0 deletions
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)