summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_shader_util.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-04-07 07:09:33 +0200
committerbunnei <bunneidev@gmail.com>2018-04-14 05:48:23 +0200
commit2fcbb35ad22cd9d683c9839db9179f93f061f4e2 (patch)
treefe40c4955f47713356222da5947e7039cedd7909 /src/video_core/renderer_opengl/gl_shader_util.h
parentcommon: Port cityhash code from Citra. (diff)
downloadyuzu-2fcbb35ad22cd9d683c9839db9179f93f061f4e2.tar
yuzu-2fcbb35ad22cd9d683c9839db9179f93f061f4e2.tar.gz
yuzu-2fcbb35ad22cd9d683c9839db9179f93f061f4e2.tar.bz2
yuzu-2fcbb35ad22cd9d683c9839db9179f93f061f4e2.tar.lz
yuzu-2fcbb35ad22cd9d683c9839db9179f93f061f4e2.tar.xz
yuzu-2fcbb35ad22cd9d683c9839db9179f93f061f4e2.tar.zst
yuzu-2fcbb35ad22cd9d683c9839db9179f93f061f4e2.zip
Diffstat (limited to 'src/video_core/renderer_opengl/gl_shader_util.h')
-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 {