]> git.tdb.fi Git - libs/gl.git/commitdiff
Fix an incorrect #include
authorMikko Rasa <tdb@tdb.fi>
Wed, 7 Sep 2011 16:17:49 +0000 (19:17 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 7 Sep 2011 16:17:49 +0000 (19:17 +0300)
source/vertexformat.h

index 833b942ee82f2097bd004228879a43957fcd615d..edea62d80262910893cd0355bd188853359f0e2d 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef MSP_GL_VERTEXFORMAT_H_
 #define MSP_GL_VERTEXFORMAT_H_
 
-#include <msp/core/lexicalcast.h>
+#include <msp/strings/lexicalcast.h>
 
 namespace Msp {
 namespace GL {