X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fprimitivetype.cpp;h=ca03a67e599ea0dc9e6b16cea2a1dc274f4bb080;hp=81375843c9f649609e4ef2c7e60873eca3534dfa;hb=959efbf61663efd7879070ce0447e02c8a447ce0;hpb=7aaec9a70b8d7733429bec043f8e33e02956f266 diff --git a/source/core/primitivetype.cpp b/source/core/primitivetype.cpp index 81375843..ca03a67e 100644 --- a/source/core/primitivetype.cpp +++ b/source/core/primitivetype.cpp @@ -1,6 +1,9 @@ #include +#include "gl.h" #include "primitivetype.h" +using namespace std; + namespace Msp { namespace GL {