Skip to content

Commit bd85365

Browse files
committed
fix(test): Fix missing header for strcmp across platforms
Branch: temporary/GraniteVisionModular AI-usage: none Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
1 parent b330512 commit bd85365

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test-mmlora.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <cstdlib>
88
#include <vector>
99
#include <string>
10+
#include <cstring>
1011

1112
#undef NDEBUG
1213
#include <cassert>

0 commit comments

Comments
 (0)