summaryrefslogtreecommitdiff
path: root/testing/celestia/gcc-4.7-fixes.diff
blob: 9ca09e03ff90a22c0d8cc282449b337a6075abe7 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/celmath/intersect.h
+++ b/src/celmath/intersect.h
@@ -15,6 +15,7 @@
 #include "ray.h"
 #include "sphere.h"
 #include "ellipsoid.h"
+#include "mathlib.h"
 
 
 template<class T> bool testIntersection(const Ray3<T>& ray,