You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two headers where one header depends on the macros defined in the other header, but the second header doesn't include the first header. The assumption is that the first header will always be included in a file before the second header. As a result, I'm getting errors in the second header.
Currently I am resolving this issue by creating a third header which includes the other two headers in the appropriate order. It would be nice to have some way of indicating this dependency in code rather than having to create another header.