<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 034b91a065177cfc70b4cc9318bd25b7eddd73d7 Mon Sep 17 00:00:00 2001
From: Florian Franzmann &lt;bwlf@bandrate.org&gt;
Date: Fri, 1 May 2015 10:11:12 +0200
Subject: [PATCH] add missing include

---
 src/celmath/intersect.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/celmath/intersect.h b/src/celmath/intersect.h
index 38fb01f..a1aab6a 100644
--- a/src/celmath/intersect.h
+++ b/src/celmath/intersect.h
@@ -15,6 +15,7 @@
 #include "ray.h"
 #include "sphere.h"
 #include "ellipsoid.h"
+#include &lt;celmath/mathlib.h&gt;
 
 
 template&lt;class T&gt; bool testIntersection(const Ray3&lt;T&gt;&amp; ray,
-- 
2.3.5

</pre></body></html>