Fix compile error by missing header file

This commit is contained in:
Younguk Kim 2017-11-02 18:04:36 +09:00
parent 075cb14cbb
commit a26662ce46

View File

@ -31,6 +31,7 @@
#include "shader.h" #include "shader.h"
#include "texture.h" #include "texture.h"
#include "shaderBuffer.h" #include "shaderBuffer.h"
#include "extension.h"
/** /**
* This is a small container class that can hold any one of the value types * This is a small container class that can hold any one of the value types