Fix missing header

This commit is contained in:
Epicalert 2021-02-28 00:22:59 +08:00
parent 5330aff45d
commit 55aab087a4
No known key found for this signature in database
GPG key ID: CAA46F858D0979BD

View file

@ -19,6 +19,7 @@
#include <config.hpp>
#include <cv.hpp>
#include <args.hpp>
#include <error.hpp>
GLuint shader; //standard shader program used for all elements
GLuint transUniform; //location of the "transMatrix" transformation matrix uniform in the shader