blob: 73bca6bdcaa140082ed2621b75a0e52769a928f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- core/src/Generator.h
+++ core/src/Generator.h
@@ -6,7 +6,9 @@
#pragma once
#ifdef __cpp_impl_coroutine
+#include <concepts>
#include <coroutine>
+#include <iterator>
#include <optional>
// this code is based on https://en.cppreference.com/w/cpp/coroutine/coroutine_handle#Example
|