Skip to content

Commit

Permalink
Fix recursive #include
Browse files Browse the repository at this point in the history
Oops
  • Loading branch information
tcbrindle committed Sep 6, 2024
1 parent 5412f51 commit 175f174
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/flux/core/sequence_iterator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
#ifndef FLUX_CORE_SEQUENCE_ITERATOR_HPP_INCLUDED
#define FLUX_CORE_SEQUENCE_ITERATOR_HPP_INCLUDED

#include <flux/core.hpp>
#include <flux/core/concepts.hpp>
#include <flux/core/sequence_access.hpp>

namespace flux {

Expand Down

0 comments on commit 175f174

Please sign in to comment.