mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
images/textures/patterns through an iterative process of random mutation and user-selection driven evolution PR: 50232 Submitted by: David Yeske <dyeske@yahoo.com>
10 lines
302 B
C
10 lines
302 B
C
--- dialog_mutation_parameters.h.orig Sun Mar 16 19:22:14 2003
|
|
+++ dialog_mutation_parameters.h Sun Mar 16 19:22:32 2003
|
|
@@ -23,6 +23,7 @@
|
|
#ifndef _dialog_mutation_parameters_h_
|
|
#define _dialog_mutation_parameters_h_
|
|
|
|
+#include <time.h>
|
|
#include <qdialog.h>
|
|
#include <qvbox.h>
|
|
#include <qgrid.h>
|