Skip to content

Commit 33d6ef5

Browse files
committed
ci: add missing headers
1 parent fd38f64 commit 33d6ef5

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

GBAP/GBAPModel.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#include "GBAP.hpp"
22

3+
#include <score/tools/Debug.hpp>
4+
35
#include <QDebug>
46

57
#include <algorithm>

GBAP/GBAPModel.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
#include <ossia/network/value/value.hpp>
4+
35
#include <halp/audio.hpp>
46
#include <halp/controls.hpp>
57
#include <halp/meta.hpp>

matrix/matrixModel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace Example
66
void matrix::operator()(halp::tick t)
77
{
88
// Update the output audio channel count if this changed
9-
int out_channels = inputs.outs.value + inputs.offs.value ;
9+
int out_channels = inputs.outs.value + inputs.offs.value;
1010
if(out_channels != this->prev_outs)
1111
{
1212
outputs.audio.request_channels(out_channels);

0 commit comments

Comments
 (0)