Add a missing header

This commit is contained in:
Luke Benstead 2022-06-13 20:05:39 +01:00
parent 16f6100afa
commit b17104afea

View File

@ -12,6 +12,7 @@
#include <kos.h> #include <kos.h>
#endif #endif
#include <stdio.h>
#include <GL/gl.h> #include <GL/gl.h>
#include <GL/glu.h> #include <GL/glu.h>
#include <GL/glkos.h> #include <GL/glkos.h>