We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b899a6 commit 35a7d75Copy full SHA for 35a7d75
include/modloader/statichook.h
@@ -1,6 +1,7 @@
1
#ifndef MODLOADER_STAICHOOK_H
2
#define MODLOADER_STAICHOOK_H
3
4
+#include <utility>
5
#include "hook.h"
6
7
#define _TInstanceHook(class_inh, pclass, iname, sym, ret, args...) \
0 commit comments