vcpkg/ports/buck-yeh-bux/fix-build-error-with-fmt11.patch
2024-08-03 00:41:25 -07:00

13 lines
303 B
Diff

diff --git a/include/bux/FA.h b/include/bux/FA.h
index 907ed95..f8439b8 100644
--- a/include/bux/FA.h
+++ b/include/bux/FA.h
@@ -9,6 +9,7 @@
#include <map> // std::map<>
#include <set> // std::set<>
#include <vector> // std::vector<>
+#include <iterator>
namespace bux {