include exception header for std::exception_ptr (#2159)
This commit is contained in:
parent
fee34095a2
commit
f918ead0ae
|
@ -16,6 +16,7 @@
|
|||
#include <string>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <exception>
|
||||
|
||||
namespace drogon
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue