mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
util-source-texture: Fix commit 75aeb561bd
Including obs.h directly is not compatible with CPack installations of libobs.
This commit is contained in:
parent
224544efff
commit
1f60e3d56f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include <obs.h>
|
||||
#include <libobs/obs.h>
|
||||
#include <memory>
|
||||
#include "gs-texture.h"
|
||||
#include "gs-rendertarget.h"
|
||||
|
|
Loading…
Reference in a new issue