freebsd-ports/graphics/evolvotron/files/patch-matrix.cpp
Tilman Keskinoz 2354d33181 Evolvotron is interactive "generative art" software to evolve
images/textures/patterns through an iterative process of random
mutation and user-selection driven evolution

PR:		50232
Submitted by:	David Yeske <dyeske@yahoo.com>
2003-04-17 16:03:35 +00:00

10 lines
260 B
C++

--- matrix.cpp.orig Thu Apr 17 17:49:39 2003
+++ matrix.cpp Thu Apr 17 17:49:52 2003
@@ -26,6 +26,7 @@
#include "random.h"
#include <iostream>
+#include <time.h>
void testmatrix_extract_runtime(Matrix<2,2,float>& m_out,const Matrix<3,3,float>& m_in)
{