Skip to content

Commit

Permalink
#126 remove <functional> include from "ureact/detail/has_changed.hpp"
Browse files Browse the repository at this point in the history
It was used for std::reference_wrapper overload before, but it was removed.
  • Loading branch information
YarikTH committed Aug 21, 2023
1 parent 005f656 commit 6bafd47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions include/ureact/adaptor/fold.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#ifndef UREACT_ADAPTOR_FOLD_HPP
#define UREACT_ADAPTOR_FOLD_HPP

#include <functional>

#include <ureact/detail/adaptor.hpp>
#include <ureact/detail/linker_functor.hpp>
#include <ureact/signal.hpp>
Expand Down
2 changes: 2 additions & 0 deletions include/ureact/adaptor/lift.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#ifndef UREACT_ADAPTOR_LIFT_HPP
#define UREACT_ADAPTOR_LIFT_HPP

#include <functional>

#include <ureact/detail/adaptor.hpp>
#include <ureact/detail/deduce_result_type.hpp>
#include <ureact/detail/reactive_op_base.hpp>
Expand Down
1 change: 0 additions & 1 deletion include/ureact/detail/has_changed.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#ifndef UREACT_DETAIL_HAS_CHANGED_HPP
#define UREACT_DETAIL_HAS_CHANGED_HPP

#include <functional>
#include <type_traits>

#include <ureact/detail/defines.hpp>
Expand Down

0 comments on commit 6bafd47

Please sign in to comment.