PR: 41105 Submitted by: Igor Pokrovsky <tiamat@telegraph.spb.ru> Reviewed by: knu (mentor)
11 lines
243 B
C
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>
|