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 "CommandResult.hxx"
|
||||||
#include "PlaylistError.hxx"
|
#include "PlaylistError.hxx"
|
||||||
|
|
||||||
namespace std {
|
#include <exception>
|
||||||
class exception_ptr;
|
|
||||||
}
|
|
||||||
|
|
||||||
class Response;
|
class Response;
|
||||||
class Error;
|
class Error;
|
||||||
|
Loading…
Reference in New Issue
Block a user