From fb98337d27c38f52f9c1023c386ff2a9b1137fd3 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 17 Jan 2006 20:25:24 +0000 Subject: [PATCH] =?UTF-8?q?g++=204.0=20says:=20error:=20there=20are=20no?= =?UTF-8?q?=20arguments=20to=20=E2=80=98ssprintf=E2=80=99=20that=20depend?= =?UTF-8?q?=20on=20a=20template=20parameter,=20so=20a=20declaration=20of?= =?UTF-8?q?=20=E2=80=98ssprintf=E2=80=99=20must=20be=20available?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stepmania/src/ThemeMetric.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/ThemeMetric.h b/stepmania/src/ThemeMetric.h index 53c5f8a802..f047635aeb 100644 --- a/stepmania/src/ThemeMetric.h +++ b/stepmania/src/ThemeMetric.h @@ -7,6 +7,7 @@ #include #include "Foreach.h" #include "LuaManager.h" +#include "RageUtil.h" class IThemeMetric {