gl_shader_util: Add missing includes.

This commit is contained in:
bunnei 2018-04-07 01:09:33 -04:00
parent c30c48e052
commit 1aa7a9ae50

View file

@ -6,6 +6,8 @@
#include <vector>
#include <glad/glad.h>
#include "common/assert.h"
#include "common/logging/log.h"
namespace GLShader {