Skip to content

Commit 6302655

Browse files
committed
Fix std::out_of_range on old g++ compilers
1 parent 8839198 commit 6302655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/arduino/WString.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#pragma once
22

33
#include <stdlib.h>
4+
#include <stdexcept>
45
#include <string.h>
56
#include <algorithm>
67
#include <iostream>

0 commit comments

Comments
 (0)