From c6e29475060124b0fe8be0f36064eea45f5e4b54 Mon Sep 17 00:00:00 2001 From: Joshua Achorn Date: Fri, 29 Mar 2024 22:53:29 -0400 Subject: [PATCH] fix(gx): size_t is declared in , not --- src/gx/CGVideoOptions.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gx/CGVideoOptions.hpp b/src/gx/CGVideoOptions.hpp index de4ad75..80397ba 100644 --- a/src/gx/CGVideoOptions.hpp +++ b/src/gx/CGVideoOptions.hpp @@ -2,7 +2,7 @@ #define GX_C_GX_VIDEO_OPTIONS_HPP #include "ui/Types.hpp" -#include +#include class CGVideoOptions { public: