Skip to content

Commit

Permalink
Merge pull request #209 from tcbrindle/pr/source_reorg
Browse files Browse the repository at this point in the history
Fix recursive #include
  • Loading branch information
tcbrindle authored Sep 6, 2024
2 parents 5412f51 + 175f174 commit dcad464
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 dcad464

Please sign in to comment.