Commit 48693250 authored by Max Kellermann's avatar Max Kellermann

command/Error: no std::exception_ptr forward declaration

This breaks on some standard library implementations.
parent 570dcb63
...@@ -23,9 +23,7 @@ ...@@ -23,9 +23,7 @@
#include "CommandResult.hxx" #include "CommandResult.hxx"
#include "PlaylistError.hxx" #include "PlaylistError.hxx"
namespace std { #include <exception>
class exception_ptr;
}
class Response; class Response;
class Error; class Error;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment