src/shader.c

changeset 106
895f92cff6b8
parent 95
622887f7e954
--- a/src/shader.c	Sat May 03 13:49:24 2025 +0200
+++ b/src/shader.c	Sat May 03 14:30:56 2025 +0200
@@ -26,11 +26,13 @@
  */
 
 #include "ascension/context.h"
+#include "ascension/error.h"
 #include "ascension/shader.h"
 #include "ascension/filesystem.h"
 
+#include <string.h>
+#include <stdio.h>
 #include <GL/glew.h>
-#include <string.h>
 #include <cx/buffer.h>
 #include <cx/streams.h>
 

mercurial