Skip to content

Commit eb9d348

Browse files
committed
Merge branch 'add-missing-stdstr-include' into 'master'
Add string.h include for ByteArray See merge request Gadgets/arduino-ble-gadget!106
2 parents 79e9101 + 6eea264 commit eb9d348

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ByteArray.h

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

3434
#include "Arduino.h"
3535
#include <array>
36+
#include <string.h>
3637

3738
// Must explicitly instantiate template in Samples.cpp before usage
3839
template <size_t SIZE> class ByteArray {

0 commit comments

Comments
 (0)