diff --git a/components/fpdebug/app/fpd/fpd.lpr b/components/fpdebug/app/fpd/fpd.lpr index 69c290c546..fe43e7d508 100644 --- a/components/fpdebug/app/fpd/fpd.lpr +++ b/components/fpdebug/app/fpd/fpd.lpr @@ -53,6 +53,7 @@ uses // The $ifdef below will not work for cross debugging of a remote target {$ifdef DARWIN}FpDbgDarwinClasses,{$endif} {$ifdef LINUX}FpDbgLinuxClasses,{$endif} + FpDbgAvrClasses, FpDbgCommon; {$ifdef windows}