Skip to content

Commit 72a988c

Browse files
committed
Issue chipKIT32#329 - Added string.h include for fixing size_t missing.
1 parent 437e64a commit 72a988c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pic32/cores/pic32/Printable.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
#ifndef Printable_h
2121
#define Printable_h
2222

23+
#include <string.h>
24+
2325
class Print;
2426

2527
/** The Printable class provides a way for new classes to allow themselves to be printed.

0 commit comments

Comments
 (0)