Skip to content

Commit 6bb7261

Browse files
committed
Add missing includes and update formatting.
1 parent 5bd2828 commit 6bb7261

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

include/plssvm/environment.hpp

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,17 @@
3030
#endif
3131

3232
#include "fmt/base.h" // fmt::formatter
33+
#include "fmt/format.h" // fmt::format
3334
#include "fmt/ostream.h" // fmt::ostream_formatter
3435
#include "fmt/ranges.h" // fmt::join
3536

36-
#include <ios> // std::ios::failbit
37-
#include <istream> // std::istream
38-
#include <ostream> // std::ostream
39-
#include <string> // std::string
40-
#include <vector> // std::vector
41-
42-
37+
#include <algorithm> // std::remove_if
38+
#include <ios> // std::ios::failbit
39+
#include <istream> // std::istream
40+
#include <ostream> // std::ostream
41+
#include <string> // std::string
42+
#include <utility> // std::move
43+
#include <vector> // std::vector
4344

4445
namespace plssvm::environment {
4546

0 commit comments

Comments
 (0)