diff options
Diffstat (limited to 'graphics/evolvotron/files/patch-matrix.cpp')
-rw-r--r-- | graphics/evolvotron/files/patch-matrix.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/evolvotron/files/patch-matrix.cpp b/graphics/evolvotron/files/patch-matrix.cpp new file mode 100644 index 000000000000..ad2a6e4ce56a --- /dev/null +++ b/graphics/evolvotron/files/patch-matrix.cpp @@ -0,0 +1,10 @@ +--- 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) + { |