summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-04-07 01:09:33 -0400
committerbunnei <bunneidev@gmail.com>2018-04-13 23:48:23 -0400
commit2fcbb35ad22cd9d683c9839db9179f93f061f4e2 (patch)
treefe40c4955f47713356222da5947e7039cedd7909 /src
parent45fd7c4a37d4b890f98f8a0a9373e57c0830cc8d (diff)
gl_shader_util: Add missing includes.
Diffstat (limited to 'src')
-rw-r--r--src/video_core/renderer_opengl/gl_shader_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/renderer_opengl/gl_shader_util.h b/src/video_core/renderer_opengl/gl_shader_util.h
index 5a0008703..a1fa9e814 100644
--- a/src/video_core/renderer_opengl/gl_shader_util.h
+++ b/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 {