From 48693250a46f99f226965ed2375a7b761631a8f8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 28 Dec 2015 14:20:23 +0100 Subject: command/Error: no std::exception_ptr forward declaration This breaks on some standard library implementations. --- src/command/CommandError.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/command/CommandError.hxx') diff --git a/src/command/CommandError.hxx b/src/command/CommandError.hxx index 4fb1bf8bc..2039a2783 100644 --- a/src/command/CommandError.hxx +++ b/src/command/CommandError.hxx @@ -23,9 +23,7 @@ #include "CommandResult.hxx" #include "PlaylistError.hxx" -namespace std { - class exception_ptr; -} +#include class Response; class Error; -- cgit v1.2.3