From 6a239b918a2bf454f80e9c0ee323912f6403c6d9 Mon Sep 17 00:00:00 2001 From: Samuel Freilich Date: Fri, 25 Apr 2025 09:11:56 -0400 Subject: [PATCH] Also include the public headers in tess.c --- Source/tess.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/tess.c b/Source/tess.c index 7525fd6..9312791 100755 --- a/Source/tess.c +++ b/Source/tess.c @@ -34,6 +34,7 @@ #include #include "bucketalloc.h" #include "tess.h" +#include "tesselator.h" #include "mesh.h" #include "sweep.h" #include "geom.h"