10 Sep
2019
10 Sep
'19
11 a.m.
Hello guys,
I wanted to use boost to parse an INI file. in my code i used this includes:
#include "boost/property_tree/ptree.hpp"
#include "boost/property_tree/ini_parser.hpp"
when I compile my code "g++ test.cpp -o Test" with only this two includes I get an error from one of the included files:
In file included from test.cpp:15:0:
boost/property_tree/ptree.hpp:15:45: fatal error: boost/property_tree/ptree_fwd.hpp: File or directory not found
#include