Skip to content

Commit

Permalink
Merge pull request #73 from uilianries/hotfix/include-optional
Browse files Browse the repository at this point in the history
[hotfix] Include optional header to fix import errors
  • Loading branch information
joboccara authored Oct 30, 2024
2 parents 56f7e33 + 419f2d3 commit fd55a44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/pipes/helpers/optional.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#define PIPES_OPTIONAL_HPP

#include <type_traits>
#if __cplusplus >= 201703L
# include <optional>
#endif

namespace pipes
{
Expand Down

0 comments on commit fd55a44

Please sign in to comment.