Header reshapery, outlaw stdlib using wrong math.
* For platforms that don't care about casing such as
all but Linux platforms, there was a big oh-whoopsie
if the current header search path had a Math.h in it,
in this case, it was <OpenVDB/Math/Math.h>, and well,
obviously the cstd library doesn't appreciate that very
much!
* so we therefore yeeted OpenVDB/Math out of the ever-finding
search path, and you are now forced to prefix that include, I
suppose we could have just renamed it too but it seems fine.