Skip to content

Commit

Permalink
vowpal-wabbit: fix patch
Browse files Browse the repository at this point in the history
`brew bottle` mangled the patch for some reason.

This partially reverts commit ffffba2.
  • Loading branch information
carlocab committed Sep 14, 2024
1 parent d8a1360 commit 033f627
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Formula/v/vowpal-wabbit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,13 @@ def install
--- a/vowpalwabbit/config/src/options_cli.cc
+++ b/vowpalwabbit/config/src/options_cli.cc
@@ -10,6 +10,7 @@
#include "vw/config/option.h"

#include <fmt/format.h>
+#include <fmt/ranges.h>

#include <algorithm>
#include <cassert>
#include "vw/config/option.h"

#include <fmt/format.h>
+#include <fmt/ranges.h>

#include <algorithm>
#include <cassert>
diff --git a/vowpalwabbit/core/include/vw/core/vw_string_view_fmt.h b/vowpalwabbit/core/include/vw/core/vw_string_view_fmt.h
index 0d42ac7..6f3cdff 100644
--- a/vowpalwabbit/core/include/vw/core/vw_string_view_fmt.h
Expand Down

0 comments on commit 033f627

Please sign in to comment.