Browse Source

gl_shader_util: Add missing includes.

pull/15/merge
bunnei 8 years ago
parent
commit
2fcbb35ad2
  1. 2
      src/video_core/renderer_opengl/gl_shader_util.h

2
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 {

Loading…
Cancel
Save