mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
http://clang.llvm.org/compatibility.html#dep_lookup While here, consistently set fbsd:nokeywords on all patch files. Reported by: miwi
10 lines
300 B
C
10 lines
300 B
C
--- src/celmath/intersect.h.orig 2011-06-06 00:11:15.000000000 +0800
|
|
+++ src/celmath/intersect.h 2013-06-16 02:00:47.000000000 +0800
|
|
@@ -12,6 +12,7 @@
|
|
#ifndef _CELMATH_INTERSECT_H_
|
|
#define _CELMATH_INTERSECT_H_
|
|
|
|
+#include "mathlib.h"
|
|
#include "ray.h"
|
|
#include "sphere.h"
|
|
#include "ellipsoid.h"
|