openvdb
openvdb copied to clipboard
Use Relative Paths in #includes
Angle-bracket #includes like <openvdb/math/Math.h> run the risk of pulling in headers from nonlocal distributions, such as those installed by package managers. Use relative includes for cases where "../" is not introduced into the paths, such as openvdb/math/Finite.h using #include "Math.h" directly.
hi @danrbailey i wan to work on it kindly elaborate
@mridullpandey there's nothing really to be added here. All the bracket includes need to be substituted with relative version. @danrbailey would this include unittest directory as well?
hi, @danrbailey Is anyone up to this issue? If not, I can work on this issue if that's okay?
This issue should have been resolved with #1418.