Skip to content

Commit

Permalink
Add a missing #include <utility>
Browse files Browse the repository at this point in the history
  • Loading branch information
MCMrARM committed Sep 19, 2018
1 parent 5b899a6 commit 35a7d75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/modloader/statichook.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef MODLOADER_STAICHOOK_H
#define MODLOADER_STAICHOOK_H

#include <utility>
#include "hook.h"

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

0 comments on commit 35a7d75

Please sign in to comment.