mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2025-01-04 10:13:02 +05:00
SilentPatchIII: Add a missing functional header include
MinGW GCC doesn't implicitly include it either
This commit is contained in:
parent
90e7a8d1d3
commit
4d319e08ee
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