From 7efce0c8bbd35e8e9a5e4780413082425fe35d68 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 21 Dec 2003 02:20:01 +0000 Subject: [PATCH] missing header --- stepmania/src/RageLog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/RageLog.cpp b/stepmania/src/RageLog.cpp index 4c3087a81d..5bc7f885be 100644 --- a/stepmania/src/RageLog.cpp +++ b/stepmania/src/RageLog.cpp @@ -22,6 +22,7 @@ #if defined(WIN32) && !defined(_XBOX) #include "windows.h" #endif +#include RageLog* LOG; // global and accessable from anywhere in the program