mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 05:45:38 +00:00
Fix build for linux (just missing header)
This commit is contained in:
parent
f0872cc998
commit
b2e5a200da
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <GL/glew.h>
|
||||
#include <map>
|
||||
#include <cstring>
|
||||
|
||||
class GLSLShader {
|
||||
|
||||
|
|
Loading…
Reference in a new issue