mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 13:09:36 +02:00
FpDebug: Fix compilation of dwarfviewer.
This commit is contained in:
parent
a0b19ffcf9
commit
528dc04f52
@ -5,10 +5,11 @@ unit Unit1;
|
||||
interface
|
||||
|
||||
uses
|
||||
FpImgReaderWinPE, Classes, SysUtils, math, FileUtil, LazLogger, LazLoggerProfiling,
|
||||
LazSysUtils, FpDbgLoader, FpDbgDwarf, FpDbgDwarfConst, FpPascalParser, FpDbgInfo,
|
||||
FpDbgDwarfDataClasses, Forms, Controls, Graphics, Dialogs, StdCtrls, ComCtrls, EditBtn,
|
||||
Menus, Clipbrd, maps, types, strutils;
|
||||
FpImgReaderWinPE, Classes, SysUtils, math, FileUtil, LazLogger,
|
||||
LazLoggerProfiling, LazSysUtils, FpDbgLoader, FpDbgDwarf, FpDbgDwarfConst,
|
||||
FpPascalParser, FpDbgInfo, FpDbgDwarfDataClasses, FpDbgUtil, Forms, Controls,
|
||||
Graphics, Dialogs, StdCtrls, ComCtrls, EditBtn, Menus, Clipbrd, maps, types,
|
||||
strutils;
|
||||
|
||||
type
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user