From 57579295813161926b9b22126a65d430829fd746 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