command/Error: no std::exception_ptr forward declaration
This breaks on some standard library implementations.
This commit is contained in:
parent
570dcb6309
commit
48693250a4
@ -23,9 +23,7 @@
|
||||
#include "CommandResult.hxx"
|
||||
#include "PlaylistError.hxx"
|
||||
|
||||
namespace std {
|
||||
class exception_ptr;
|
||||
}
|
||||
#include <exception>
|
||||
|
||||
class Response;
|
||||
class Error;
|
||||
|
Loading…
Reference in New Issue
Block a user