curl: fix missing #include

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2025-02-13 12:44:37 +01:00
parent d13646952d
commit faa776a060

View File

@ -7,6 +7,7 @@
#include "compat.hpp" #include "compat.hpp"
#include <curl/curl.h> #include <curl/curl.h>
#include <memory>
#include <string> #include <string>
#include <stdexcept> #include <stdexcept>