From: Mikko Rasa Date: Tue, 25 Jan 2011 08:59:05 +0000 (+0000) Subject: #include tag.h instead of forward declaring X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=commitdiff_plain;h=f9b2b3330ad7234721ad3f971a7cbc0226a017d7 #include tag.h instead of forward declaring --- diff --git a/source/technique.h b/source/technique.h index b06ddcbb..7c384f46 100644 --- a/source/technique.h +++ b/source/technique.h @@ -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; /**