fix(gx): add missing include <cstring>

This commit is contained in:
superp00t 2023-12-02 12:18:48 -05:00
parent 8b52de363d
commit b379e06194
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include "gx/glsdl/GL.hpp"
#include <bc/Debug.hpp>
#include <bc/Memory.hpp>
#include <cstring>
bool GLBuffer::m_UsingVBO = 1;

View File

@ -5,6 +5,7 @@
#include "gx/glsdl/GLVertexShader.hpp"
#include "gx/glsdl/GL.hpp"
#include <bc/Debug.hpp>
#include <cstring>
// TODO
// - threaded compiler support