Fix build with GCC 10 by adding missing include
Fixes the following error: ./mpdpp.h:438:15: error: ‘runtime_error’ is not a member of ‘std’
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include <exception>
|
||||
#include <random>
|
||||
#include <set>
|
||||
#include <stdexcept>
|
||||
#include <vector>
|
||||
|
||||
#include <mpd/client.h>
|
||||
|
||||
Reference in New Issue
Block a user