From d920e5d62020d751ccaa3491cc66275ade749011 Mon Sep 17 00:00:00 2001 From: quou Date: Fri, 27 Dec 2024 18:52:48 +1100 Subject: building and running on windows with visual studio --- maths.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'maths.cpp') diff --git a/maths.cpp b/maths.cpp index ed8948f..107f321 100644 --- a/maths.cpp +++ b/maths.cpp @@ -1,5 +1,7 @@ #include "maths.hpp" +#include + m4f::m4f() {} m4f::m4f(float d) { -- cgit v1.2.3-54-g00ecf