From 5d83ab16645748da3fe58298afa76854924458e9 Mon Sep 17 00:00:00 2001 From: Joshua Achorn Date: Fri, 7 Apr 2023 14:38:02 -0400 Subject: [PATCH] fix(gx): include gx/Buffer in gx/Draw --- src/gx/Draw.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gx/Draw.cpp b/src/gx/Draw.cpp index 40d420e..4d3ea68 100644 --- a/src/gx/Draw.cpp +++ b/src/gx/Draw.cpp @@ -1,3 +1,4 @@ +#include "gx/Buffer.hpp" #include "gx/Draw.hpp" #include "gx/Device.hpp" #include