diff -r 9654205a9424 -r 43945842da0c hedgewars/uStore.pas --- a/hedgewars/uStore.pas Thu Nov 18 11:50:02 2010 +0300 +++ b/hedgewars/uStore.pas Thu Nov 18 12:12:51 2010 +0300 @@ -66,7 +66,7 @@ procedure Tint(c: Longword); inline; implementation -uses uMisc, uConsole, uLocale, uMobile, uVariables, uUtils, uTextures; +uses uMisc, uConsole, uLocale, uMobile, uVariables, uUtils, uTextures, uIO; type TGPUVendor = (gvUnknown, gvNVIDIA, gvATI, gvIntel, gvApple);