patch-src_celmath_intersect_h 365 B

123456789101112
  1. $OpenBSD: patch-src_celmath_intersect_h,v 1.1 2017/04/23 11:09:51 espie Exp $
  2. --- src/celmath/intersect.h.orig Sun Apr 23 12:13:51 2017
  3. +++ src/celmath/intersect.h Sun Apr 23 12:14:45 2017
  4. @@ -15,6 +15,7 @@
  5. #include "ray.h"
  6. #include "sphere.h"
  7. #include "ellipsoid.h"
  8. +#include <celmath/mathlib.h>
  9. template<class T> bool testIntersection(const Ray3<T>& ray,