Преглед изворни кода

* fixed compilation

git-svn-id: trunk@1418 -
florian пре 20 година
родитељ
комит
0308048768
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      compiler/arm/aoptcpu.pas

+ 1 - 1
compiler/arm/aoptcpu.pas

@@ -28,7 +28,7 @@ Unit aoptcpu;
 
 Interface
 
-uses cpubase, aoptobj, aoptcpub;
+uses cpubase, aopt, aoptcpub;
 
 Type
   TCpuAsmOptimizer = class(TAsmOptimizer)