Skip to content

Commit

Permalink
[ci] Missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 17, 2024
1 parent 134aea8 commit c2145ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions examples/Advanced/UI/LEDView.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#include <halp/controls.hpp>
#include <halp/meta.hpp>
#include <ossia/network/value/format_value.hpp>
#include <ossia/network/value/value_conversion.hpp>
#include <score/application/GUIApplicationContext.hpp>
#include <score/model/Skin.hpp>

#include <QPainter>
Expand Down
2 changes: 1 addition & 1 deletion examples/Advanced/Utilities/Combine.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ struct Combine
halp_meta(name, "Combine")
halp_meta(c_name, "avnd_combine")
halp_meta(author, "Jean-Michaël Celerier")
halp_meta(category, "Mapping")
halp_meta(category, "Control/Mappings")
halp_meta(description, "Combine N inputs in a list")
halp_meta(
manual_url, "https://ossia.io/score-docs/processes/mapping-utilities.html#combine")
Expand Down
2 changes: 1 addition & 1 deletion examples/Advanced/Utilities/Spread.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ struct Spread
halp_meta(name, "Spread")
halp_meta(c_name, "avnd_Spread")
halp_meta(author, "Jean-Michaël Celerier")
halp_meta(category, "Mapping")
halp_meta(category, "Control/Mappings")
halp_meta(description, "Spread N inputs from a list")
halp_meta(
manual_url, "https://ossia.io/score-docs/processes/mapping-utilities.html#spread")
Expand Down

0 comments on commit c2145ec

Please sign in to comment.