command/Error: no std::exception_ptr forward declaration
This breaks on some standard library implementations.
This commit is contained in:
		@@ -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;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user