blob: aba8fd1c0c69000e79f34022f4fd7ed0cd6301fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- 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)
|