FpDbg: Fixed compilation by adding FpdMemoryTools to uses

git-svn-id: trunk@44386 -
This commit is contained in:
joost 2014-03-09 11:07:52 +00:00
parent 4b3ae8e4bd
commit 2947aab047

View File

@ -48,7 +48,7 @@ procedure DebugLoop;
implementation
uses
FPDGlobal, FPDType, FpDbgUtil;
FPDGlobal, FPDType, FpDbgUtil, FpdMemoryTools;
procedure DebugLoop;