diff options
| author | Jesper Jensen <jesper@jnsn.dev> | 2026-04-18 16:14:51 +0200 |
|---|---|---|
| committer | Jesper Jensen <jesper@jnsn.dev> | 2026-04-18 16:14:51 +0200 |
| commit | 2dbf9aed304c69431038d3b37e614e5d45dbcc56 (patch) | |
| tree | 4caf35d63499d0e80716b5b180fea15d218ddb58 /examples/triangle_tip.c | |
| parent | 9688f8f0f685bb93e9d74e7d5e74eeb1939b94aa (diff) | |
Make the triangle work again
Diffstat (limited to 'examples/triangle_tip.c')
| -rw-r--r-- | examples/triangle_tip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/triangle_tip.c b/examples/triangle_tip.c index a9a524c..232b16e 100644 --- a/examples/triangle_tip.c +++ b/examples/triangle_tip.c @@ -1,4 +1,5 @@ #include "cad.h" +#include "cad/svg.h" #include "cad/debug.h" void draw_from_constraints(struct constraints *c, struct topology *t, struct canvas *cv) { |
