From 5a07a1fdfa420d257221228676a3c76a5eb4f44f Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Mon, 1 Nov 2010 10:06:11 +0000 Subject: [PATCH] Include version_1_3.h for multitexturing --- source/vertexarray.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/vertexarray.cpp b/source/vertexarray.cpp index 6d669902..395f217a 100644 --- a/source/vertexarray.cpp +++ b/source/vertexarray.cpp @@ -9,6 +9,7 @@ Distributed under the LGPL #include "extension.h" #include "gl.h" #include "version_1_2.h" +#include "version_1_3.h" #include "vertexarray.h" #include "vertexbuffer.h" -- 2.43.0