From 3228cccbbf87f97a7ea7c5f725d97e78e9997272 Mon Sep 17 00:00:00 2001 From: Quentin <837334+xiaoxiao921@users.noreply.github.com> Date: Mon, 20 May 2024 17:42:52 +0200 Subject: [PATCH] fix missing includes (#172) --- script/scrNativeHandler.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/scrNativeHandler.hpp b/script/scrNativeHandler.hpp index fcd447c..d6c9d9a 100644 --- a/script/scrNativeHandler.hpp +++ b/script/scrNativeHandler.hpp @@ -3,6 +3,9 @@ #include #include +#include "rage/scrValue.hpp" +#include "rage/vector.hpp" + namespace rage { class scrNativeCallContext