gl_shader_util: Add missing includes.

This commit is contained in:
bunnei 2018-04-07 01:09:33 -04:00
parent 45fd7c4a37
commit 2fcbb35ad2
1 changed files with 2 additions and 0 deletions

View File

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