added include for assert.h
This commit is contained in:
parent
0541ffcc4f
commit
b6a03fe864
|
@ -4,6 +4,7 @@
|
||||||
#include <GL/glew.h>
|
#include <GL/glew.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
#include "matrixMath.h"
|
#include "matrixMath.h"
|
||||||
|
|
||||||
// MATRICES IN COLUMN MAJOR
|
// MATRICES IN COLUMN MAJOR
|
||||||
|
|
Loading…
Reference in New Issue