missing headers

This commit is contained in:
Glenn Maynard
2005-07-01 05:07:22 +00:00
parent 3450307b01
commit bb8af41cb1
17 changed files with 20 additions and 1 deletions
+1
View File
@@ -36,6 +36,7 @@
#include "Style.h"
#include "MessageManager.h"
#include "ProfileManager.h"
#include "Profile.h"
#include "StatsManager.h"
CString JUDGMENT_X_NAME( size_t p, size_t both_sides ) { return "JudgmentXOffset" + (both_sides ? CString("BothSides") : ssprintf("OneSideP%d",int(p+1)) ); }