Skip to content

Commit

Permalink
boost/algorithm/string/trim.hpp is needed for `trim_if' (boost 1.83)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemp committed Sep 22, 2023
1 parent d69a090 commit 50f1b05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/input/csv/csv_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
#include <cstdio>
#include <algorithm>

// boost string algo
#include <boost/algorithm/string/trim.hpp>

namespace csv_utils {
namespace detail {

Expand Down

0 comments on commit 50f1b05

Please sign in to comment.