I've built and install OpenEXR library to usr/local. However, when running g++ compiler on my header files that has
#include <ImfRgbaFile.h>
#include <ImfChannelList.h>
#include <ImfHeader.h>
#include <ImfOutputFile.h>
#include <ImfInputFile.h>
#include <ImfStandardAttributes.h>
#include <ImfArray.h>
These header files are not found. How do I get these to compile in my project?