aboutsummaryrefslogtreecommitdiff
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/gen/test_point.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/gen/test_point.c b/test/src/gen/test_point.c
index 736492b..4bb3cd7 100644
--- a/test/src/gen/test_point.c
+++ b/test/src/gen/test_point.c
@@ -7,6 +7,7 @@
#include "gen/curve.h"
#include "gen/point.h"
#include "math/subgroup.h"
+#include "obj/point.h"
#include "test/io.h"
TestSuite(point, .init = io_setup, .fini = io_teardown);