From 35a7d7580bc02fdaa920123f46cfbeaea580d4c8 Mon Sep 17 00:00:00 2001 From: MCMrARM Date: Wed, 19 Sep 2018 16:43:27 +0200 Subject: [PATCH] Add a missing #include --- include/modloader/statichook.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/modloader/statichook.h b/include/modloader/statichook.h index aafa40e..392966a 100644 --- a/include/modloader/statichook.h +++ b/include/modloader/statichook.h @@ -1,6 +1,7 @@ #ifndef MODLOADER_STAICHOOK_H #define MODLOADER_STAICHOOK_H +#include #include "hook.h" #define _TInstanceHook(class_inh, pclass, iname, sym, ret, args...) \