mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
gs-helper: Fix warnings
This commit is contained in:
parent
b6feef472f
commit
ccdc5b750c
1 changed files with 5 additions and 0 deletions
|
@ -20,7 +20,12 @@
|
|||
#pragma once
|
||||
#include "plugin.h"
|
||||
|
||||
extern "C" {
|
||||
#pragma warning (push)
|
||||
#pragma warning (disable: 4201)
|
||||
#include "libobs/graphics/graphics.h"
|
||||
#pragma warning (pop)
|
||||
}
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
Loading…
Reference in a new issue