mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-25 12:55:12 +00:00
util/curl: Add missing include for vector
This commit is contained in:
parent
ad249a8e73
commit
9751b8fbb5
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#ifndef NOMINMAX
|
#ifndef NOMINMAX
|
||||||
|
|
Loading…
Reference in a new issue