From c2f48d6d0defb57c206e63d767751ad3ef360bc4 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 22 May 2004 01:37:00 +0000 Subject: [PATCH] includes --- stepmania/src/CatalogXml.cpp | 1 + stepmania/src/CourseUtil.cpp | 1 + stepmania/src/SongUtil.cpp | 1 + stepmania/src/StepsUtil.cpp | 1 + 4 files changed, 4 insertions(+) diff --git a/stepmania/src/CatalogXml.cpp b/stepmania/src/CatalogXml.cpp index 7918e832fc..7d71945d0e 100644 --- a/stepmania/src/CatalogXml.cpp +++ b/stepmania/src/CatalogXml.cpp @@ -15,6 +15,7 @@ #include "RageLog.h" #include "song.h" #include "Steps.h" +#include "XmlFile.h" const CString CATALOG_XML = "Catalog.xml"; diff --git a/stepmania/src/CourseUtil.cpp b/stepmania/src/CourseUtil.cpp index 958991234e..aedf887a67 100644 --- a/stepmania/src/CourseUtil.cpp +++ b/stepmania/src/CourseUtil.cpp @@ -15,6 +15,7 @@ #include "RageTimer.h" #include "ProfileManager.h" #include "SongManager.h" +#include "XmlFile.h" // diff --git a/stepmania/src/SongUtil.cpp b/stepmania/src/SongUtil.cpp index 27d91f203b..ef11f8bf79 100644 --- a/stepmania/src/SongUtil.cpp +++ b/stepmania/src/SongUtil.cpp @@ -19,6 +19,7 @@ #include "ProfileManager.h" #include "PrefsManager.h" #include "SongManager.h" +#include "XmlFile.h" ///////////////////////////////////// diff --git a/stepmania/src/StepsUtil.cpp b/stepmania/src/StepsUtil.cpp index 6237dcc8d6..c3441cb40d 100644 --- a/stepmania/src/StepsUtil.cpp +++ b/stepmania/src/StepsUtil.cpp @@ -18,6 +18,7 @@ #include "song.h" #include "SongManager.h" #include "GameManager.h" +#include "XmlFile.h" // // Sorting stuff