From 7b956c7f992e37dddd279df0382c2fb94864cb73 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Wed, 7 Sep 2011 19:17:49 +0300 Subject: [PATCH] Fix an incorrect #include --- source/vertexformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.43.0