From: Mikko Rasa Date: Wed, 7 Sep 2011 16:17:49 +0000 (+0300) Subject: Fix an incorrect #include X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=7b956c7f992e37dddd279df0382c2fb94864cb73;hp=c83a3894a5b52499916507e77c0b79436ebad848;p=libs%2Fgl.git Fix an incorrect #include --- diff --git a/source/vertexformat.h b/source/vertexformat.h index 833b942e..edea62d8 100644 --- a/source/vertexformat.h +++ b/source/vertexformat.h @@ -1,7 +1,7 @@ #ifndef MSP_GL_VERTEXFORMAT_H_ #define MSP_GL_VERTEXFORMAT_H_ -#include +#include namespace Msp { namespace GL {