Add {$i fpcdefs.inc} to units that do not have that include

git-svn-id: trunk@47599 -
This commit is contained in:
pierre 2020-11-26 10:34:02 +00:00
parent c4dd3b661a
commit 48271b880c
2 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,9 @@
{$define epiktimer:=cepiktimer} {$define epiktimer:=cepiktimer}
{ do not depend on the classes unit } { do not depend on the classes unit }
{$DEFINE NOCLASSES} {$DEFINE NOCLASSES}
{$i fpcdefs.inc}
{ include the original file } { include the original file }
{$i ../../epiktimer/epiktimer.pas} {$i ../../epiktimer/epiktimer.pas}

View File

@ -14,6 +14,8 @@
Unit CPUInfo; Unit CPUInfo;
{$i fpcdefs.inc}
Interface Interface
uses uses