mirror of
https://github.com/Naios/continuable.git
synced 2026-01-01 03:12:12 +08:00
Also include the exception header
This commit is contained in:
parent
9822484088
commit
aa0f0db0cd
@ -23,6 +23,7 @@
|
||||
#include <string>
|
||||
#include <functional>
|
||||
#include <system_error>
|
||||
#include <exception>
|
||||
|
||||
struct continuable_base {
|
||||
template <typename T> continuable_base& then(T&&) { return *this; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user