blob: 15ba0a86826db1ecc613be16dc7e304c0c655440 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/arch/ArchHooks/ArchHooks.h.orig 2015-06-20 16:57:25 UTC
+++ src/arch/ArchHooks/ArchHooks.h
@@ -1,6 +1,8 @@
#ifndef ARCH_HOOKS_H
#define ARCH_HOOKS_H
+#include <ctime>
+
struct lua_State;
class ArchHooks
{
|