File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828#include < boost/filesystem/operations.hpp>
2929#include < boost/filesystem/path.hpp>
3030#include < boost/variant/static_visitor.hpp>
31+ #include < boost/algorithm/string/join.hpp>
3132
3233using std::string;
3334
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ class CSVFileReport : public Report {
7676 Size version_ = 0 ;
7777 FILE* fp_;
7878 bool finalized_ = false ;
79- vector<string> headers_;
79+ std:: vector<std:: string> headers_;
8080};
8181} // namespace data
8282} // namespace ore
Original file line number Diff line number Diff line change 1818
1919#include < ored/report/inmemoryreport.hpp>
2020
21+ #include < boost/algorithm/string/join.hpp>
22+
2123namespace ore {
2224namespace data {
2325
Original file line number Diff line number Diff line change 2727#include < ored/report/report.hpp>
2828#include < ql/errors.hpp>
2929#include < vector>
30+
3031namespace ore {
3132namespace data {
3233using std::string;
You can’t perform that action at this time.
0 commit comments