Skip to content

Commit 95f98c4

Browse files
committed
ci: add missing includes. fix ossia/score#1786
1 parent 244b23e commit 95f98c4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

MultiCursor/MultiCursorModel.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
#pragma once
22

33
#include <Engine/Node/CommonWidgets.hpp>
4+
5+
#include <ossia/network/value/value.hpp>
6+
47
#include <halp/audio.hpp>
58
#include <halp/controls.hpp>
69
#include <halp/meta.hpp>
710

8-
911
namespace spat
1012
{
1113

PathGenerator/PathGeneratorModel.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/layout.hpp>

0 commit comments

Comments
 (0)