From 41d6c28be93ddd955bb9237b4485bbfb97172e0e Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Wed, 9 Oct 2024 12:54:15 -0400 Subject: [PATCH] missing includes --- src/systems/shadersystem.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/systems/shadersystem.cpp b/src/systems/shadersystem.cpp index 49083c2..6cf2d01 100644 --- a/src/systems/shadersystem.cpp +++ b/src/systems/shadersystem.cpp @@ -1,4 +1,6 @@ #include "shadersystem.hpp" +#include +#include typedef struct Vertex { vec2 pos;