It seems strange that OpenEXR code does #include <ImathBox.h> and not #include <Imath/ImathBox.h>, to get things compiling one needs to add both /usr/local/include (for OpenEXR includes) and /usr/local/include/imath to compiler search path. Am I missing something obvious here?