mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-04-21 08:25:53 +03:00
Fix reporter test compilation
The compilation failed with error: ‘setprecision’ is not a member of ‘std’ Fix by including <iomanip>.
This commit is contained in:
parent
e399d53d04
commit
664d8cc01e
@ -23,9 +23,11 @@
|
|||||||
|
|
||||||
#include <boost/json/src.hpp>
|
#include <boost/json/src.hpp>
|
||||||
|
|
||||||
#include <fstream>
|
|
||||||
#include <deque>
|
#include <deque>
|
||||||
|
#include <fstream>
|
||||||
|
#include <iomanip>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include <unistd.h> // unlink() for cleanup
|
#include <unistd.h> // unlink() for cleanup
|
||||||
|
|
||||||
namespace json = boost::json;
|
namespace json = boost::json;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user