boost/algorithm/string/trim.hpp
is needed for `trim_if' (boost 1.83)
This commit is contained in:
parent
d69a0902d4
commit
50f1b05f86
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
|
// boost string algo
|
||||||
|
#include <boost/algorithm/string/trim.hpp>
|
||||||
|
|
||||||
namespace csv_utils {
|
namespace csv_utils {
|
||||||
namespace detail {
|
namespace detail {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue