Fix compile error.

This commit is contained in:
Jordan Bancino 2023-03-01 01:23:52 +00:00
parent 2747660473
commit 334a711b02
2 changed files with 2 additions and 1 deletions

View file

@ -31,6 +31,7 @@
#include <stddef.h> #include <stddef.h>
#include <HashMap.h> #include <HashMap.h>
#include <Array.h>
typedef struct Db Db; typedef struct Db Db;
typedef struct DbRef DbRef; typedef struct DbRef DbRef;