Alright i have a simple problem getting dev-cpp ide compiler to configure to run boost filesystem. I get the following error in this code.


#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/path.hpp>
#include <iostream>

int main(int argc, char* argv[])
{

}