We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a86164b + df819ce commit 72a548eCopy full SHA for 72a548e
1 file changed
include/exec/sequence.hpp
@@ -15,9 +15,9 @@
15
*/
16
#pragma once
17
18
-#include <stdexec/execution.hpp>
19
-#include <stdexec/__detail/__tuple.hpp>
20
-#include <stdexec/__detail/__variant.hpp>
+#include "../stdexec/execution.hpp"
+#include "../stdexec/__detail/__tuple.hpp"
+#include "../stdexec/__detail/__variant.hpp"
21
22
STDEXEC_PRAGMA_PUSH()
23
STDEXEC_PRAGMA_IGNORE_GNU("-Wmissing-braces")
0 commit comments