Include <iostream> explicitly

This is needed by recent versions of g++.
This commit is contained in:
Olivier Teuliere 2020-06-24 17:02:51 +02:00
parent 32a7aa2234
commit 5859299b48

View file

@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*****************************************************************************/ *****************************************************************************/
#include <iostream>
#include <boost/foreach.hpp> #include <boost/foreach.hpp>
#include <boost/format.hpp> #include <boost/format.hpp>