From d269ac4742984885f5eada940120802a9f084571 Mon Sep 17 00:00:00 2001 From: Octopus Octopus Date: Tue, 31 May 2022 18:41:20 -0500 Subject: [PATCH] let tests.go actually compile lol --- hjklbox/tests.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hjklbox/tests.go b/hjklbox/tests.go index a5b0df2..1c9f37b 100644 --- a/hjklbox/tests.go +++ b/hjklbox/tests.go @@ -1,5 +1,7 @@ package main +import "github.com/deadsy/sdfx/sdf" + // 0 is perfect func usbHoleTest() sdf.SDF3 { base2D := sdf.Box2D(sdf.V2{X: 50, Y: 10}, 0)