Skip to content

Commit 7858a53

Browse files
committed
Includes need to be relative for NVC++ to work correctly
1 parent 2bb2f5c commit 7858a53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/exec/sequence_senders.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
#pragma once
1818

1919
#include "../stdexec/execution.hpp"
20-
#include "stdexec/__detail/__concepts.hpp"
21-
#include "stdexec/__detail/__meta.hpp"
20+
#include "../stdexec/__detail/__concepts.hpp"
21+
#include "../stdexec/__detail/__meta.hpp"
2222

2323
namespace exec {
2424
struct sequence_sender_t : stdexec::sender_t { };

0 commit comments

Comments
 (0)