mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-18 19:12:44 +03:00
fix(gx): add missing include <cstring>
This commit is contained in:
parent
8b52de363d
commit
b379e06194
@ -4,6 +4,7 @@
|
||||
#include "gx/glsdl/GL.hpp"
|
||||
#include <bc/Debug.hpp>
|
||||
#include <bc/Memory.hpp>
|
||||
#include <cstring>
|
||||
|
||||
bool GLBuffer::m_UsingVBO = 1;
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include "gx/glsdl/GLVertexShader.hpp"
|
||||
#include "gx/glsdl/GL.hpp"
|
||||
#include <bc/Debug.hpp>
|
||||
#include <cstring>
|
||||
|
||||
// TODO
|
||||
// - threaded compiler support
|
||||
|
Loading…
Reference in New Issue
Block a user