You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! The make command gives this error. When I check for the file flat_map.hpp, it does not exist and the boost folder also does not exist.
make
In file included from bounding_box.cc:1:
./bounding_box.h:7:10: fatal error: 'boost/container/flat_map.hpp' file not found
#include <boost/container/flat_map.hpp>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make: *** [bounding_box.o] Error 1
The text was updated successfully, but these errors were encountered:
Hello! The make command gives this error. When I check for the file flat_map.hpp, it does not exist and the boost folder also does not exist.
make
In file included from bounding_box.cc:1:
./bounding_box.h:7:10: fatal error: 'boost/container/flat_map.hpp' file not found
#include <boost/container/flat_map.hpp>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make: *** [bounding_box.o] Error 1
The text was updated successfully, but these errors were encountered: