gs-helper: Fix warnings
This commit is contained in:
parent
b6feef472f
commit
ccdc5b750c
|
@ -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 New Issue