Utils: Tweak some includes

This commit is contained in:
tt2468 2021-12-17 14:47:56 -08:00
parent c4ab69481b
commit 84e649a6f7
2 changed files with 2 additions and 1 deletions

View File

@ -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),

View File

@ -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 {