Explorar el Código

* Added missing include file to fpmake.pp

git-svn-id: trunk@32074 -
joost hace 10 años
padre
commit
55f47e0efc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/rtl-objpas/fpmake.pp

+ 1 - 0
packages/rtl-objpas/fpmake.pp

@@ -65,6 +65,7 @@ begin
     with T.Dependencies do
       begin
         AddInclude('varutilh.inc');
+        AddInclude('varerror.inc');
         AddInclude('varutils.inc',VarUtilsOSes-[win32,win64]);
         AddInclude('cvarutil.inc');
       end;