From f9b2b3330ad7234721ad3f971a7cbc0226a017d7 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Tue, 25 Jan 2011 08:59:05 +0000 Subject: [PATCH] #include tag.h instead of forward declaring --- source/technique.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /** -- 2.43.0