Skip to content

Commit 297f22a

Browse files
committed
Base: add missing header for base build
1 parent e7b3903 commit 297f22a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/BaseClasses/ANT_BaseFramework.h

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#endif
77

88
#ifdef UNIT_TEST
9+
#include <string.h>
910
#include "Util/Testing.h"
1011
#elif defined(ARDUINO)
1112
#include "Arduino.h"

0 commit comments

Comments
 (0)