Skip to content

Commit

Permalink
Include std::optional to avoid import errors
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <[email protected]>
  • Loading branch information
uilianries committed Oct 30, 2024
1 parent 56f7e33 commit 419f2d3
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 419f2d3

Please sign in to comment.