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