From 221fa0a2c12dc06215c3c82a9dcaff996dbbd3cb Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 7 Sep 2002 21:27:06 +0000 Subject: [PATCH] always use RageException --- stepmania/src/StdAfx.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stepmania/src/StdAfx.h b/stepmania/src/StdAfx.h index 490bd42cd1..7bd91e5985 100644 --- a/stepmania/src/StdAfx.h +++ b/stepmania/src/StdAfx.h @@ -40,6 +40,11 @@ #include "STDCarray.h" +/* Include this here to make sure our assertion handler is always + * used. (This file is a dependency of most everything anyway, + * so there's no real problem putting it here.) */ +#include "RageException.h" + /* Don't include our own headers here, since they tend to change * often. */