diff options
author | Max Kellermann <max@musicpd.org> | 2019-12-16 22:52:50 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-12-16 22:52:50 +0100 |
commit | dc3c0c88663daca8cd2302df74826681850e8445 (patch) | |
tree | f80e5df91f24839eb3737b48a9557f0ba7a55714 /src/LocateUri.cxx | |
parent | 1c46bb1ba634961c4e395f6211e39c99dc090dc3 (diff) |
pcm/Convert, ...: add missing include for std::runtime_error
Diffstat (limited to 'src/LocateUri.cxx')
-rw-r--r-- | src/LocateUri.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/LocateUri.cxx b/src/LocateUri.cxx index 7d82f5436..ff9273c20 100644 --- a/src/LocateUri.cxx +++ b/src/LocateUri.cxx @@ -29,6 +29,8 @@ #include "storage/StorageInterface.hxx" #endif +#include <stdexcept> + static LocatedUri LocateFileUri(const char *uri, const Client *client #ifdef ENABLE_DATABASE |