Skip to content

Commit

Permalink
update all_in_one / add missing <cstdint>
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom authored and Dobiasd committed Oct 4, 2023
1 parent 25363e3 commit 62658c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include_all_in_one/include/fplus/fplus.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7441,6 +7441,7 @@ maybe<TOut> first_match(const ContainerIn1& xs, const ContainerIn2& ys)

#include <algorithm>
#include <cmath>
#include <cstdint>
#include <functional>
#include <limits>
#include <stdexcept>
Expand Down Expand Up @@ -8888,6 +8889,7 @@ UnordSetType unordered_sets_intersection(const ContainerIn& sets)


#include <algorithm>
#include <cstdint>
#include <numeric>
#include <type_traits>

Expand Down Expand Up @@ -11347,6 +11349,7 @@ ContainerOut separate(const ContainerIn& xs)


#include <algorithm>
#include <cstdint>
#include <future>
#include <iterator>
#include <mutex>
Expand Down

0 comments on commit 62658c2

Please sign in to comment.