Commit c2bbdc6c authored by Dominik Charousset's avatar Dominik Charousset

Add missing includes

parent d70d3a51
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
#pragma once #pragma once
#include <cstddef>
#include <utility>
namespace caf::flow::gen { namespace caf::flow::gen {
/// A generator that emits a single value once. /// A generator that emits a single value once.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment