When I try to compile in cygwin there are problem like this:
fatal error: boost/format.hpp: No such file or directory #include <boost/format.hpp>
How I fix this problem, someone please help me...
When I try to compile in cygwin there are problem like this:
fatal error: boost/format.hpp: No such file or directory #include <boost/format.hpp>
How I fix this problem, someone please help me...
Copyright © 2021 Jogjafile Inc.

You can get this error for 2 reasons:
You forgot to add
#include <boost/format.hpp>in your file.You don't have boost installed. Installation guide here.