Skip to content

Commit 72a548e

Browse files
authored
Merge pull request #1589 from dkolsen-pgi/sequence-include
Fix include style in exec/sequence.hpp
2 parents a86164b + df819ce commit 72a548e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

include/exec/sequence.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
*/
1616
#pragma once
1717

18-
#include <stdexec/execution.hpp>
19-
#include <stdexec/__detail/__tuple.hpp>
20-
#include <stdexec/__detail/__variant.hpp>
18+
#include "../stdexec/execution.hpp"
19+
#include "../stdexec/__detail/__tuple.hpp"
20+
#include "../stdexec/__detail/__variant.hpp"
2121

2222
STDEXEC_PRAGMA_PUSH()
2323
STDEXEC_PRAGMA_IGNORE_GNU("-Wmissing-braces")

0 commit comments

Comments
 (0)