mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-30 16:34:22 +01:00
gl_shader_util: Add missing includes.
This commit is contained in:
parent
45fd7c4a37
commit
2fcbb35ad2
@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <glad/glad.h>
|
#include <glad/glad.h>
|
||||||
|
#include "common/assert.h"
|
||||||
|
#include "common/logging/log.h"
|
||||||
|
|
||||||
namespace GLShader {
|
namespace GLShader {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user