mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 14:40:29 +02:00
FpDbg: Fixed compilation by adding FpdMemoryTools to uses
git-svn-id: trunk@44386 -
This commit is contained in:
parent
4b3ae8e4bd
commit
2947aab047
@ -48,7 +48,7 @@ procedure DebugLoop;
|
||||
implementation
|
||||
|
||||
uses
|
||||
FPDGlobal, FPDType, FpDbgUtil;
|
||||
FPDGlobal, FPDType, FpDbgUtil, FpdMemoryTools;
|
||||
|
||||
procedure DebugLoop;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user