X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fpredicate.cpp;h=7b0c0587f845766dfc73c9f186e0b35501923903;hb=24b24e2203c776aacd9744bb947f5cf47b03d328;hp=4afc6c0343ca89166283c6f3268c1bc9880c9d4f;hpb=b09f265880a3a932441091b0f3822b06c112c595;p=libs%2Fgl.git diff --git a/source/core/predicate.cpp b/source/core/predicate.cpp index 4afc6c03..7b0c0587 100644 --- a/source/core/predicate.cpp +++ b/source/core/predicate.cpp @@ -1,4 +1,5 @@ #include +#include "gl.h" #include "predicate.h" using namespace std; @@ -6,7 +7,7 @@ using namespace std; namespace Msp { namespace GL { -GLenum get_gl_predicate(Predicate pred) +unsigned get_gl_predicate(Predicate pred) { switch(pred) {