]> git.tdb.fi Git - libs/gl.git/commitdiff
#include tag.h instead of forward declaring
authorMikko Rasa <tdb@tdb.fi>
Tue, 25 Jan 2011 08:59:05 +0000 (08:59 +0000)
committerMikko Rasa <tdb@tdb.fi>
Tue, 25 Jan 2011 08:59:05 +0000 (08:59 +0000)
source/technique.h

index b06ddcbb702f001e0106890c1c134e45cd5ffcde..7c384f469bb0084770191484e4bcea315691efc6 100644 (file)
@@ -9,12 +9,12 @@ Distributed under the LGPL
 #define TECHNIQUE_H_
 
 #include "renderpass.h"
+#include "tag.h"
 
 namespace Msp {
 namespace GL {
 
 class Material;
-class Tag;
 class Texture;
 
 /**