freebsd-ports/biology/lamarc/files/patch-src_control_defaults.h
Dmitry Marakasov d262e5a758 - Switch to options helpers
- Regenerate patches with `make makepatch`
- Mark WXGTK option broken: does not build: src/convErr/gc_errhandling.cpp:75:12: error: cannot initialize return object of type 'const char *' with an rvalue of type 'const wxChar *' (aka 'const wchar_t *')
2016-08-18 09:31:58 +00:00

10 lines
228 B
C++

--- src/control/defaults.h.orig 2012-05-01 21:38:26 UTC
+++ 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"