diff --git a/contributed templates/Nikita Zhuk/ponso/templates/machine.h.motemplate b/contributed templates/Nikita Zhuk/ponso/templates/machine.h.motemplate old mode 100755 new mode 100644 index 9733a04c..a0a543ed --- a/contributed templates/Nikita Zhuk/ponso/templates/machine.h.motemplate +++ b/contributed templates/Nikita Zhuk/ponso/templates/machine.h.motemplate @@ -10,6 +10,8 @@ #import #import "ModelObject.h" +<$if hasCustomSuperentity$>#import "<$customSuperentity$>.h"<$endif$> + <$checkNonTransientRelationshipCycles $> <$foreach Relationship noninheritedRelationships do$>@class <$Relationship.destinationEntity.managedObjectClassName$>; <$endforeach do$>