mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-12-28 14:53:01 +05:00
SilentPatchIII: Add a missing functional header include
MinGW GCC doesn't implicitly include it either
This commit is contained in:
parent
74e16c5f04
commit
184f3c60f9
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