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