commit 228463f6f60cc11c2541899f410ec7d6aaf17898 parent 743533567b891e5cbce8bfcde03ae01ab54d0e8f Author: deurzen <m.deurzen@tum.de> Date: Tue, 31 Aug 2021 06:47:48 +0200 adds required include Diffstat:
M | src/core/model.cc | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/core/model.cc b/src/core/model.cc @@ -4,6 +4,7 @@ #include "model.hh" #include <algorithm> +#include <cmath> #include <cstdlib> #include <cstring> #include <fstream>