Skip to content

Commit e67727f

Browse files
aquadran3Shain
authored andcommitted
fix(util): fix compilation with Xcode 27 beta
Signed-off-by: Paweł Kołodziejski <aquadran@gmail.com>
1 parent e55ad28 commit e67727f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

include/ftl.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <utility>
44
#include <vector>
55
#include <algorithm>
6+
#include <iterator>
67

78
template <class Tp, typename Func>
89
auto operator | (const std::vector<Tp> &vec, Func &&f) {

src/util/sha1/sha1_util.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <cstdint>
1414
#include <cstring>
1515
#include <string>
16+
#include <functional>
1617
#include "./sha1.h"
1718

1819
namespace dxmt {

0 commit comments

Comments
 (0)