X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fprogram.h;h=cbb52cd4536e93bd0b2cd65c0f9868cfe946b1f5;hp=a3fe57bfbece6c409cf7e967191e580a5fd5c5ac;hb=573ea4e5602c4321cc1d75daf9ed0beed5cde280;hpb=4b4d2a48048268d2ad48bafbce8647af8088573f diff --git a/source/program.h b/source/program.h index a3fe57bf..cbb52cd4 100644 --- a/source/program.h +++ b/source/program.h @@ -1,8 +1,8 @@ #ifndef MSP_GL_PROGRAM_H_ #define MSP_GL_PROGRAM_H_ -#include #include +#include #include #include "bindable.h" #include "gl.h" @@ -59,7 +59,7 @@ public: LayoutHash layout_hash; }; - typedef std::list ShaderList; + typedef std::vector ShaderList; typedef std::map UniformMap; typedef std::map UniformBlockMap;