include exception header for std::exception_ptr (#2159)

This commit is contained in:
toge 2024-09-19 11:11:04 +09:00 committed by GitHub
parent fee34095a2
commit f918ead0ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include <string>
#include <functional>
#include <memory>
#include <exception>
namespace drogon
{