SilentPatchIII: Add a missing functional header include

MinGW GCC doesn't implicitly include it either
This commit is contained in:
Echo J 2024-11-04 16:45:22 +02:00
parent 74e16c5f04
commit 184f3c60f9

View file

@ -1,6 +1,7 @@
#pragma once
#include <cstdint>
#include <functional>
#include "Maths.h"
#include <rwcore.h>