i am trying to use a boost library
#include "boost/date_time/gregorian/gregorian.hpp"
and my source file is in the same folder as boost. however, during compilation i get errors that directories that gregorian.hpp links to (boost/date_time/compiler_config.hpp) could not be found.
i've checked that all the files that gregorian.hpp links to are in the correct paths.
any feedback is appreciated.
regards,