From 55aab087a4bb7971058c2d0166490fd7ad3cccfd Mon Sep 17 00:00:00 2001 From: Epicalert Date: Sun, 28 Feb 2021 00:22:59 +0800 Subject: [PATCH] Fix missing header --- src/graphics.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/graphics.cpp b/src/graphics.cpp index 02b172e..6730c6e 100644 --- a/src/graphics.cpp +++ b/src/graphics.cpp @@ -19,6 +19,7 @@ #include #include #include +#include GLuint shader; //standard shader program used for all elements GLuint transUniform; //location of the "transMatrix" transformation matrix uniform in the shader