diff -r c9a78ba03679 -r 46caab3a8f84 hedgewars/uStats.pas --- a/hedgewars/uStats.pas Mon Nov 22 12:35:52 2010 +0100 +++ b/hedgewars/uStats.pas Mon Nov 22 21:43:31 2010 +0300 @@ -35,7 +35,7 @@ procedure SendStats; implementation -uses uTeams, uSound, uLocale, uVariables, uUtils, uIO, uCaptions, uDebug; +uses uSound, uLocale, uVariables, uUtils, uIO, uCaptions, uDebug, uMisc; var DamageGiven : Longword = 0; DamageClan : Longword = 0;