Skip to content

Commit

Permalink
Enable use of live constant in top row panel
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Jan 21, 2024
1 parent 85edc74 commit 48a9315
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/panels/ValentineBottomRowPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#if JUCE_ENABLE_LIVE_CONSTANT_EDITOR
#include <juce_gui_extra/juce_gui_extra.h>
#endif JUCE_ENABLE_LIVE_CONSTANT_EDITOR
#endif // JUCE_ENABLE_LIVE_CONSTANT_EDITOR

namespace tote_bag
{
Expand Down
4 changes: 4 additions & 0 deletions src/gui/panels/ValentineTopRowPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
#include "tote_bag/juce_gui/lookandfeel/LookAndFeelConstants.h"
#include "tote_bag/juce_gui/utilities/GraphicsUtilities.h"

#if JUCE_ENABLE_LIVE_CONSTANT_EDITOR
#include <juce_gui_extra/juce_gui_extra.h>
#endif // JUCE_ENABLE_LIVE_CONSTANT_EDITOR

namespace tote_bag
{
namespace valentine
Expand Down

0 comments on commit 48a9315

Please sign in to comment.