mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
obs-audio-capture.hpp: missing memory include
This commit is contained in:
parent
160ad3b5a9
commit
c749f5dd62
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
#pragma once
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include "obs-source.hpp"
|
||||
|
||||
// OBS
|
||||
|
|
Loading…
Reference in a new issue