Skip to content

Commit 7ed85b0

Browse files
facchinmaentinger
authored andcommitted
Force inclusion of Arduino_AVRSTL.
1 parent ad74074 commit 7ed85b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cbor/CBORDecoder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
******************************************************************************/
2424
#ifdef __AVR__
2525
#include <Arduino.h>
26-
#include <ArduinoSTL.h>
26+
#include <Arduino_AVRSTL.h>
2727
#endif
2828

2929
#undef max

src/cbor/CBOREncoder.h

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

2525
#ifdef __AVR__
2626
#include <Arduino.h>
27-
#include <ArduinoSTL.h>
27+
#include <Arduino_AVRSTL.h>
2828
#endif
2929

3030
#include "../property/PropertyContainer.h"

0 commit comments

Comments
 (0)