mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-10-31 06:50:26 +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:
@@ -23,9 +23,11 @@
|
||||
|
||||
#include <boost/json/src.hpp>
|
||||
|
||||
#include <fstream>
|
||||
#include <deque>
|
||||
#include <fstream>
|
||||
#include <iomanip>
|
||||
#include <vector>
|
||||
|
||||
#include <unistd.h> // unlink() for cleanup
|
||||
|
||||
namespace json = boost::json;
|
||||
|
||||
Reference in New Issue
Block a user