mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-12-29 15:23:02 +05:00
SilentPatchIII: Add a missing functional header include
MinGW GCC doesn't implicitly include it either
This commit is contained in:
parent
0d1694aeee
commit
9ab93cd79e
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
#include "Maths.h"
|
||||
|
||||
#include <rwcore.h>
|
||||
|
|
Loading…
Reference in a new issue