fix wrong order import

This commit is contained in:
Luca Conte 2025-03-31 13:18:44 +02:00
parent e054627c25
commit e2771c9f36
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include <GL/glew.h> #include <GL/glew.h>
#include <GL/gl.h>
#include <GLFW/glfw3.h> #include <GLFW/glfw3.h>
#include <math.h> #include <math.h>
#include <stdio.h> #include <stdio.h>