Skip to content

Commit d739cd5

Browse files
committed
Add assert library for debugging required pointers
1 parent 353726f commit d739cd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define LACO_UTIL_H
33

44
#include <stdbool.h>
5+
#include <assert.h>
56

67
struct LacoState;
78

0 commit comments

Comments
 (0)