diff options
author | bunnei <bunneidev@gmail.com> | 2018-04-07 07:09:33 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-04-14 05:48:23 +0200 |
commit | 2fcbb35ad22cd9d683c9839db9179f93f061f4e2 (patch) | |
tree | fe40c4955f47713356222da5947e7039cedd7909 /src/video_core | |
parent | common: Port cityhash code from Citra. (diff) | |
download | yuzu-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 '')
-rw-r--r-- | src/video_core/renderer_opengl/gl_shader_util.h | 2 |
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 { |