From 7422a563cb94859a98277608bb8ac38edac1fa10 Mon Sep 17 00:00:00 2001 From: Joshua Achorn Date: Tue, 4 Apr 2023 14:40:33 -0400 Subject: [PATCH] chore(gx): missing includes --- src/gx/Buffer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gx/Buffer.cpp b/src/gx/Buffer.cpp index d891ca6..c11006c 100644 --- a/src/gx/Buffer.cpp +++ b/src/gx/Buffer.cpp @@ -1,6 +1,7 @@ #include "gx/Buffer.hpp" #include "gx/Device.hpp" - +#include "gx/Gx.hpp" +#include "gx/CGxBatch.hpp" #include CGxVertexAttrib vertexAttribsP[] = {