ports/math/ised/files/patch-src_vm.h
Lorenzo Salvadore 85bb25bf0b
math/ised: Drop USE_GCC
Moreover,

- Fix build with GCC 12 [1].
- Take maintainership.

PR:		266194 [1]
Reported by:	exp-run (antoine)
2022-09-03 22:15:13 +02:00

10 lines
212 B
C++

--- src/vm.h.orig 2022-09-03 19:42:45 UTC
+++ src/vm.h
@@ -25,6 +25,7 @@
#include <vector>
#include <map>
#include <stack>
+#include <ctime>
#ifdef HAVE_LIBREADLINE
# if defined(HAVE_READLINE_READLINE_H)