DOI-USGS / usgscsm

This repository stores USGS Community Sensor Model (CSM) camera models
Other
26 stars 33 forks source link

Fix compile-time conflict due to ambiguous Plugin.h #418

Closed oleg-alexandrov closed 2 years ago

oleg-alexandrov commented 2 years ago

Both CSM and ISIS have a header file named Plugin.h, which can result in a compile-time error for code which includes both. This proposes a fix by disambiguating some csm headers by replacing "Plugin.h" with "csm/Plugin.h", etc.