Skip to content

Commit 35a7d75

Browse files
committed
Add a missing #include <utility>
1 parent 5b899a6 commit 35a7d75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/modloader/statichook.h

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef MODLOADER_STAICHOOK_H
22
#define MODLOADER_STAICHOOK_H
33

4+
#include <utility>
45
#include "hook.h"
56

67
#define _TInstanceHook(class_inh, pclass, iname, sym, ret, args...) \

0 commit comments

Comments
 (0)