From 2e91f21dfe127af37ec1106c19e0a0b1fcb89ca6 Mon Sep 17 00:00:00 2001 From: Juha Date: Sun, 11 Jun 2023 23:35:14 +0300 Subject: [PATCH] LazBuild: Initialize RegisterOptionsGroup event. --- ide/lazbuild.lpr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ide/lazbuild.lpr b/ide/lazbuild.lpr index 368c06af1e..f40908daa4 100644 --- a/ide/lazbuild.lpr +++ b/ide/lazbuild.lpr @@ -37,6 +37,8 @@ uses LCLPlatformDef, Forms, // Codetools CodeCache, CodeToolManager, DefineTemplates, FileProcs, + // IdeIntf + IDEOptEditorIntf, // Initialize RegisterOptionsGroup event // BuildIntf BaseIDEIntf, MacroIntf, PackageIntf, LazMsgWorker, ProjectIntf, IDEExternToolIntf, CompOptsIntf, IDEOptionsIntf, PackageDependencyIntf,