Skip to content

Commit

Permalink
include exception header for std::exception_ptr (#2159)
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored Sep 19, 2024
1 parent fee3409 commit f918ead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/inc/drogon/RequestStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <string>
#include <functional>
#include <memory>
#include <exception>

namespace drogon
{
Expand Down

0 comments on commit f918ead

Please sign in to comment.