util/curl: Add missing include for vector

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2020-11-02 03:22:09 +01:00 committed by Xaymar
parent ad249a8e73
commit 9751b8fbb5

View file

@ -24,6 +24,7 @@
#include <functional>
#include <map>
#include <string>
#include <vector>
extern "C" {
#ifndef NOMINMAX