mirror of
https://github.com/Naios/continuable.git
synced 2025-12-08 01:36:46 +08:00
Fix the CI build
This commit is contained in:
parent
80fb5026fe
commit
9822484088
@ -22,6 +22,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <functional>
|
||||
#include <system_error>
|
||||
|
||||
struct continuable_base {
|
||||
template <typename T> continuable_base& then(T&&) { return *this; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user