We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb2f5c commit 7858a53Copy full SHA for 7858a53
include/exec/sequence_senders.hpp
@@ -17,8 +17,8 @@
17
#pragma once
18
19
#include "../stdexec/execution.hpp"
20
-#include "stdexec/__detail/__concepts.hpp"
21
-#include "stdexec/__detail/__meta.hpp"
+#include "../stdexec/__detail/__concepts.hpp"
+#include "../stdexec/__detail/__meta.hpp"
22
23
namespace exec {
24
struct sequence_sender_t : stdexec::sender_t { };
0 commit comments