We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8ce31 commit 484cca9Copy full SHA for 484cca9
src/cbor/CBORDecoder.h
@@ -23,6 +23,7 @@
23
******************************************************************************/
24
#ifdef __AVR__
25
#include <Arduino.h>
26
+#include <avr_stl.h>
27
#include <ArduinoSTL.h>
28
#endif
29
src/cbor/CBOREncoder.h
@@ -24,6 +24,7 @@
30
0 commit comments