lib/curl/Global: add missing include

This commit is contained in:
Max Kellermann 2019-08-26 20:40:26 +02:00
parent 6ec335dcd5
commit b18003ddfd
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@
#include "util/Domain.hxx"
#include "config.h"
#include <assert.h>
static constexpr Domain curlm_domain("curlm");
/**