Explorar o código

gl_shader_util: Add missing includes.

bunnei %!s(int64=8) %!d(string=hai) anos
pai
achega
2fcbb35ad2
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/video_core/renderer_opengl/gl_shader_util.h

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

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