command/Error: no std::exception_ptr forward declaration

This breaks on some standard library implementations.
This commit is contained in:
Max Kellermann 2015-12-28 14:20:23 +01:00
parent 570dcb6309
commit 48693250a4

View File

@ -23,9 +23,7 @@
#include "CommandResult.hxx"
#include "PlaylistError.hxx"
namespace std {
class exception_ptr;
}
#include <exception>
class Response;
class Error;