X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fcore%2Fprogram.h;h=41c5897dc08ccb54a5461a798c78b425b5315bf9;hb=acaefb4c669f01855252818ef0a2958cbdababc3;hp=fb7fdddef91c735cd50cf3375923b8613d417635;hpb=24b24e2203c776aacd9744bb947f5cf47b03d328;p=libs%2Fgl.git diff --git a/source/core/program.h b/source/core/program.h index fb7fddde..41c5897d 100644 --- a/source/core/program.h +++ b/source/core/program.h @@ -1,12 +1,12 @@ #ifndef MSP_GL_PROGRAM_H_ #define MSP_GL_PROGRAM_H_ +#include #include #include #include #include "module.h" #include "reflectdata.h" -#include "vertexformat.h" namespace Msp { namespace GL {