Making the source build on linux

This commit is contained in:
Raydelto Hernandez 2020-06-06 17:36:04 -03:00
parent 25d7c4f2c9
commit 3c4f0b7b1d
77 changed files with 181 additions and 212 deletions

View file

@ -1,9 +1,9 @@
// -*- C++ -*-
#ifndef _SHADER_H
#define _SHADER_H
#include <OpenGL/gl.h>
#include <GL/gl.h>
namespace mbostock {