Also include the exception header

This commit is contained in:
Denis Blank 2017-03-17 16:44:21 +01:00
parent 9822484088
commit aa0f0db0cd

View File

@ -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; }