Skip to content

Commit

Permalink
Missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Oct 9, 2024
1 parent 9e56883 commit 040c60d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src-ui/app/edit-screen/components/GroupTriggersCard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

#include "GroupTriggersCard.h"
#include "sst/jucegui/components/ToggleButton.h"
#include "sst/jucegui/components/TextPushButton.h"
#include "sst/jucegui/components/MenuButton.h"
#include "sst/jucegui/components/DraggableTextEditableValue.h"

Expand Down
2 changes: 2 additions & 0 deletions src-ui/app/edit-screen/components/GroupTriggersCard.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@

#include <juce_gui_basics/juce_gui_basics.h>

#include "engine/group_triggers.h"

#include "configuration.h"
#include "app/HasEditor.h"

Expand Down

0 comments on commit 040c60d

Please sign in to comment.