chore(gx): add include for EGxPrim

This commit is contained in:
Joshua Achorn 2023-04-04 14:30:34 -04:00
parent 707894b73b
commit 8404ac9511

View File

@ -4,6 +4,7 @@
#include "gx/buffer/CGxBuf.hpp"
#include "gx/buffer/CGxPool.hpp"
#include "gx/buffer/Types.hpp"
#include "gx/Types.hpp"
#include <cstdint>
class CGxBuf;