Skip to content

Commit dcad464

Browse files
authored
Merge pull request #209 from tcbrindle/pr/source_reorg
Fix recursive #include
2 parents 5412f51 + 175f174 commit dcad464

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/flux/core/sequence_iterator.hpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
#ifndef FLUX_CORE_SEQUENCE_ITERATOR_HPP_INCLUDED
66
#define FLUX_CORE_SEQUENCE_ITERATOR_HPP_INCLUDED
77

8-
#include <flux/core.hpp>
8+
#include <flux/core/concepts.hpp>
9+
#include <flux/core/sequence_access.hpp>
910

1011
namespace flux {
1112

0 commit comments

Comments
 (0)