From 670e225f3c7258d3572a2bb4ff05417cdf156a2e Mon Sep 17 00:00:00 2001 From: anoob Date: Wed, 3 Nov 2021 10:02:40 +0800 Subject: [PATCH] parser --- stl/parser.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stl/parser.h b/stl/parser.h index 0989b3f..eccc7e3 100644 --- a/stl/parser.h +++ b/stl/parser.h @@ -18,6 +18,7 @@ along with this program. If not, see . #pragma once #include +#include #include "triangle.h" #include "vec3.h"