hedgewars/uIO.pas
branchqmlfrontend
changeset 10410 669bfa55cd70
parent 10392 5012e1f9e893
child 10412 9a8d4efcf3fa
--- a/hedgewars/uIO.pas	Tue Sep 16 12:46:58 2014 +0400
+++ b/hedgewars/uIO.pas	Thu Sep 18 00:19:05 2014 +0400
@@ -39,7 +39,7 @@
 procedure doPut(putX, putY: LongInt; fromAI: boolean);
 
 implementation
-uses uConsole, uConsts, uVariables, uCommands, uUtils, uDebug;
+uses uConsole, uConsts, uVariables, uCommands, uUtils, uDebug, uFLIPC;
 
 const
     cSendEmptyPacketTime = 1000;