diff options
Diffstat (limited to 'biology/lamarc/files/patch-src__control__defaults.h')
-rw-r--r-- | biology/lamarc/files/patch-src__control__defaults.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/biology/lamarc/files/patch-src__control__defaults.h b/biology/lamarc/files/patch-src__control__defaults.h new file mode 100644 index 000000000000..0bf8cd156e16 --- /dev/null +++ b/biology/lamarc/files/patch-src__control__defaults.h @@ -0,0 +1,10 @@ +--- src/control/defaults.h.orig ++++ src/control/defaults.h +@@ -3,6 +3,7 @@ + #ifndef DEFAULTS_H + #define DEFAULTS_H + ++#include <ctime> + #include <string> + #include "constants.h" + #include "local_build.h" |