mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-25 04:45: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 <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
extern "C" {
|
||||
#ifndef NOMINMAX
|
||||
|
|
Loading…
Reference in a new issue