Skip to content

Commit

Permalink
[generator] add missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Jul 18, 2024
1 parent e82ae96 commit 8be5db8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/itlib/generator.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// itlib-generator v1.00
// itlib-generator v1.01
//
// Simple coroutine generator class for C++20 and later
//
Expand Down Expand Up @@ -28,6 +28,7 @@
//
// VERSION HISTORY
//
// 1.01 (2024-07-18) Add missing header for newer, more stringent compilers
// 1.00 (2024-07-17) Initial release
//
//
Expand Down Expand Up @@ -76,6 +77,7 @@
#include <coroutine>
#include <type_traits>
#include <optional>
#include <utility>

namespace itlib {

Expand Down

0 comments on commit 8be5db8

Please sign in to comment.