From ad4173e1c2bb55d2cce827067dfd132e8a6a7ac4 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 8 Jan 2015 15:27:47 +0100 Subject: Add geometry functions & various modifications. --- main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index b5a4386..31616fa 100644 --- a/main.cpp +++ b/main.cpp @@ -1,6 +1,7 @@ #include #include "geom.hpp" +#include "problem.hpp" int main() { printf("%.10f\n", M_PI); -- cgit v1.2.3