#resource statement question for my Marketplace indicator

 

My Marketplace abc.mq5 file has this statement in it: #resource “\\Indicators\\xyz.ex5”

xyz.ex5 is used in a iCustom statement.

The xyz.ex5 is not mines.

So if the xyz person fixes a bug, adds a new feature or whatever and recompiles it will I have to recompile and do a new version of my abc.mq5 in the Marketplace every time too?

Or is the #resource statement just a pointer and as long as a successful compiled version of xyz.ex5 is present it will be ok.