From f4ec12fb09af1c2d41601380c51217b8755b1f60 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 16 Jun 2004 02:52:37 +0000 Subject: [PATCH] compile fix --- stepmania/src/global.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/global.cpp b/stepmania/src/global.cpp index 29e3eb808a..8924bd1cce 100644 --- a/stepmania/src/global.cpp +++ b/stepmania/src/global.cpp @@ -8,9 +8,10 @@ #if defined(CRASH_HANDLER) && (defined(LINUX) || defined(DARWIN)) #include "archutils/Unix/CrashHandler.h" -#include #endif +#include + void NORETURN sm_crash( const char *reason ) { #if defined(_WINDOWS)