Przeglądaj źródła

gl_shader_util: Add missing includes.

bunnei 8 lat temu
rodzic
commit
2fcbb35ad2

+ 2 - 0
src/video_core/renderer_opengl/gl_shader_util.h

@@ -6,6 +6,8 @@
 
 
 #include <vector>
 #include <vector>
 #include <glad/glad.h>
 #include <glad/glad.h>
+#include "common/assert.h"
+#include "common/logging/log.h"
 
 
 namespace GLShader {
 namespace GLShader {