소스 검색

gl_shader_util: Add missing includes.

bunnei 8 년 전
부모
커밋
2fcbb35ad2
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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 {