summaryrefslogtreecommitdiff
path: root/src/lib/curl
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/curl')
-rw-r--r--src/lib/curl/Slist.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/curl/Slist.hxx b/src/lib/curl/Slist.hxx
index e92262228..b53580a21 100644
--- a/src/lib/curl/Slist.hxx
+++ b/src/lib/curl/Slist.hxx
@@ -33,6 +33,7 @@
#include <curl/curl.h>
#include <algorithm>
+#include <stdexcept>
/**
* OO wrapper for "struct curl_slist *".