The cross-signed DST Root CA X3 is the default chain provided.
Unless you have done something to override the default OR you are using an O/S that ignores the provided chain and builds its' own to use (Windows!), you should be fine.
If you need to test to be sure.
Try: openssl s_client -connect EXAMPLE.COM:443 -servername EXAMPLE.COM | head
OR
by using SSL Labs (or those types of sites)