- 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 *')
10 lines
228 B
C++
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"
|