From 2947aab047e85e7b850ec913af99dba0491d51ec Mon Sep 17 00:00:00 2001 From: joost Date: Sun, 9 Mar 2014 11:07:52 +0000 Subject: [PATCH] FpDbg: Fixed compilation by adding FpdMemoryTools to uses git-svn-id: trunk@44386 - --- components/fpdebug/app/fpd/fpdloop.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/fpdebug/app/fpd/fpdloop.pas b/components/fpdebug/app/fpd/fpdloop.pas index 463c6a8501..c0e6b778a6 100644 --- a/components/fpdebug/app/fpd/fpdloop.pas +++ b/components/fpdebug/app/fpd/fpdloop.pas @@ -48,7 +48,7 @@ procedure DebugLoop; implementation uses - FPDGlobal, FPDType, FpDbgUtil; + FPDGlobal, FPDType, FpDbgUtil, FpdMemoryTools; procedure DebugLoop;