From 707894b73bcc1fc870e4bae8e74cc4b64116989b Mon Sep 17 00:00:00 2001 From: Joshua Achorn Date: Tue, 4 Apr 2023 14:29:31 -0400 Subject: [PATCH] chore(gx): add include for bc assertions --- src/gx/Buffer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gx/Buffer.cpp b/src/gx/Buffer.cpp index 28c2496..d891ca6 100644 --- a/src/gx/Buffer.cpp +++ b/src/gx/Buffer.cpp @@ -1,6 +1,8 @@ #include "gx/Buffer.hpp" #include "gx/Device.hpp" +#include + CGxVertexAttrib vertexAttribsP[] = { { GxVA_Position, 4, GxVertexAttribOffset(GxVBF_P, GxVA_Position), 12 } };