freebsd-ports/graphics/renderpark/files/patch-PHOTONMAP-photon.H
Maho Nakata 3585add922 graphics/renderpark System for physically based photo-realistic image synthesis
PR: 41105
Submitted by: Igor Pokrovsky <tiamat@telegraph.spb.ru>
Reviewed by: knu (mentor)
2003-02-03 10:03:40 +00:00

11 lines
243 B
C

--- PHOTONMAP/photon.H~ Thu Aug 9 18:03:19 2001
+++ PHOTONMAP/photon.H Fri Jan 31 20:34:54 2003
@@ -3,6 +3,8 @@
#ifndef _PHOTON_H_
#define _PHOTON_H_
+#include <string.h>
+
#include <vector.h>
#include <color.h>
#include <spherical.h>