--- a/src/Aabb.h 2024-02-03 06:06:54.000000000 +0100 +++ b/src/Aabb.h 2024-02-04 19:26:31.960033267 +0100 @@ -4,6 +4,7 @@ #ifndef _AABB_H #define _AABB_H +#include "libs.h" #include "vector3.h" #include // for std::min / std::max --- a/src/GeoPatch.h 2024-02-03 06:06:54.000000000 +0100 +++ b/src/GeoPatch.h 2024-02-04 19:27:21.310033422 +0100 @@ -6,6 +6,7 @@ #include +#include "libs.h" #include "Color.h" #include "GeoPatchID.h" #include "JobQueue.h"