Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/astro/celestia/files/patch-src_celmath_intersect.h
16461 views
1
--- src/celmath/intersect.h.orig 2011-06-06 00:11:15.000000000 +0800
2
+++ src/celmath/intersect.h 2013-06-16 02:00:47.000000000 +0800
3
@@ -12,6 +12,7 @@
4
#ifndef _CELMATH_INTERSECT_H_
5
#define _CELMATH_INTERSECT_H_
6
7
+#include "mathlib.h"
8
#include "ray.h"
9
#include "sphere.h"
10
#include "ellipsoid.h"
11
12