Skip to content

Commit 28d6235

Browse files
include missing assert header
1 parent b810ec5 commit 28d6235

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/tests/test_marks.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* -----------------------------------------------------------------------------
1414
*/
1515
#include <fossil/unittest/framework.h> // basic test tools
16+
#include <fossil/unittest/assert.h> // assertion tools
1617
#include <fossil/benchmark/framework.h> // benchmark tools
1718

1819
// * * * * * * * * * * * * * * * * * * * * * * * *

0 commit comments

Comments
 (0)