pcm/Convert, ...: add missing include for std::runtime_error

This commit is contained in:
Max Kellermann
2019-12-16 22:52:50 +01:00
parent 1c46bb1ba6
commit dc3c0c8866
4 changed files with 6 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
#include <curl/curl.h>
#include <algorithm>
#include <stdexcept>
/**
* OO wrapper for "struct curl_slist *".