From 897caf4ceee8c5ae8a8fb070ee5697f8a7a1b907 Mon Sep 17 00:00:00 2001 From: Ben Anderson Date: Mon, 7 Jul 2003 22:12:12 +0000 Subject: [PATCH] Case counts on Linux --- stepmania/src/UnlockSystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/UnlockSystem.h b/stepmania/src/UnlockSystem.h index a3f4706183..0b1d65f50f 100644 --- a/stepmania/src/UnlockSystem.h +++ b/stepmania/src/UnlockSystem.h @@ -1,6 +1,6 @@ #ifndef UNLOCK_SYSTEM_H #define UNLOCK_SYSTEM_H -#include "grade.h" +#include "Grade.h" #include using namespace std;