Skip to content

Add missing iomanip include (#1097)

Reynald Bourtembourg requested to merge add-mising-iomanip-includes into main

Some files were using std::put_time or std::setfill without including .
It was compiling successfully only because we are including zmq.hpp which includes iomanip in recent versions.
Future versions of cppzmq might no longer include this file so we should be ready for this eventuality.

Merge request reports