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