missing includes

This commit is contained in:
Benjamin Palko 2024-10-09 12:54:15 -04:00
parent 5273b8017e
commit 41d6c28be9

View file

@ -1,4 +1,6 @@
#include "shadersystem.hpp" #include "shadersystem.hpp"
#include <string>
#include <src/components/shader.hpp>
typedef struct Vertex { typedef struct Vertex {
vec2 pos; vec2 pos;