Skip to content

Commit 484cca9

Browse files
committed
Force inclusion of avr_stl.h
1 parent bd8ce31 commit 484cca9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/cbor/CBORDecoder.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
******************************************************************************/
2424
#ifdef __AVR__
2525
#include <Arduino.h>
26+
#include <avr_stl.h>
2627
#include <ArduinoSTL.h>
2728
#endif
2829

src/cbor/CBOREncoder.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
#ifdef __AVR__
2626
#include <Arduino.h>
27+
#include <avr_stl.h>
2728
#include <ArduinoSTL.h>
2829
#endif
2930

0 commit comments

Comments
 (0)