added include for assert.h

This commit is contained in:
Caenneth 2024-06-20 18:48:12 +02:00
parent 0541ffcc4f
commit b6a03fe864
1 changed files with 1 additions and 0 deletions

View File

@ -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