mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 21:20:30 +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
|
implementation
|
||||||
|
|
||||||
uses
|
uses
|
||||||
FPDGlobal, FPDType, FpDbgUtil;
|
FPDGlobal, FPDType, FpDbgUtil, FpdMemoryTools;
|
||||||
|
|
||||||
procedure DebugLoop;
|
procedure DebugLoop;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user