FpDebug: fix for logging

This commit is contained in:
Martin 2021-12-05 17:50:00 +01:00
parent 957f76456c
commit b3e07ba2b5

View File

@ -43,7 +43,7 @@ interface
uses
Classes, Types, SysUtils, contnrs, Math, Maps, LazClasses, LazFileUtils,
LazLoggerDummy, LazUTF8, lazCollections,
{$ifdef FORCE_LAZLOGGER_DUMMY} LazLoggerDummy {$else} LazLoggerBase {$endif}, LazUTF8, lazCollections,
// FpDebug
FpDbgUtil, FpDbgInfo, FpDbgDwarfConst,
FpDbgLoader, FpImgReaderBase, FpdMemoryTools, FpErrorMessages, DbgIntfBaseTypes;