mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Utils: Tweak some includes
This commit is contained in:
parent
c4ab69481b
commit
84e649a6f7
@ -24,6 +24,7 @@ with this program. If not, see <https://www.gnu.org/licenses/>
|
||||
#include "Obs.h"
|
||||
#include "ObsVolumeMeter.h"
|
||||
#include "ObsVolumeMeter_Helpers.h"
|
||||
#include "../obs-websocket.h"
|
||||
|
||||
Utils::Obs::VolumeMeter::Meter::Meter(obs_source_t *input) :
|
||||
PeakMeterType(SAMPLE_PEAK_METER),
|
||||
|
@ -27,7 +27,7 @@ with this program. If not, see <https://www.gnu.org/licenses/>
|
||||
#include <thread>
|
||||
#include <obs.hpp>
|
||||
|
||||
#include "../obs-websocket.h"
|
||||
#include "Obs.h"
|
||||
#include "Json.h"
|
||||
|
||||
namespace Utils {
|
||||
|
Loading…
Reference in New Issue
Block a user