X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogramsyntax.h;h=8f72a0bdfc7258a4af9bdb048e0aad114b4a83a2;hb=70f9fe2964700fc199ab3cabb26f9b14d078c56b;hp=99ce8b9c1c47ebd20c202042d35218e67cfe17a8;hpb=73ce62f3b9c2bbfc1e655a9df343389a733dc795;p=libs%2Fgl.git diff --git a/source/programsyntax.h b/source/programsyntax.h index 99ce8b9c..8f72a0bd 100644 --- a/source/programsyntax.h +++ b/source/programsyntax.h @@ -1,6 +1,7 @@ #ifndef MSP_GL_PROGRAMSYNTAX_H_ #define MSP_GL_PROGRAMSYNTAX_H_ +#include #include #include #include @@ -47,7 +48,7 @@ struct VariableDeclaration; struct Block: Node { - std::vector > body; + std::list > body; bool use_braces; Block();