Skip to content

Commit

Permalink
Fix missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-13 committed Aug 18, 2021
1 parent 9235e2d commit cb1027e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include "MidAnchoredRotarySlider.h"
#include "PopupMenuV2.h"
#include "RotarySliderV2.h"
#include "CoreJUCEPlugin/CoreLookAndFeel.h"

/**
* Mixin LookAndFeel classes that can be used to augment any existing class derived from
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#pragma once

#include "../JuceLibraryCode/JuceHeader.h"
#include "General/CoreMath.h"

namespace WECore::LookAndFeelMixins {

Expand Down

0 comments on commit cb1027e

Please sign in to comment.