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 @@
#include "CommandResult.hxx"
#include "PlaylistError.hxx"
namespace std {
class exception_ptr;
}
#include <exception>
class Response;
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