From cb1027e2139b4c43de0455b1ea73b5364e355ed4 Mon Sep 17 00:00:00 2001 From: jd-13 Date: Wed, 18 Aug 2021 18:53:51 +0100 Subject: [PATCH] Fix missing includes --- WECore/CoreJUCEPlugin/LookAndFeelMixins/LookAndFeelMixins.h | 1 + .../CoreJUCEPlugin/LookAndFeelMixins/MidAnchoredRotarySlider.h | 1 + 2 files changed, 2 insertions(+) diff --git a/WECore/CoreJUCEPlugin/LookAndFeelMixins/LookAndFeelMixins.h b/WECore/CoreJUCEPlugin/LookAndFeelMixins/LookAndFeelMixins.h index 038f5fce..d37e86bd 100644 --- a/WECore/CoreJUCEPlugin/LookAndFeelMixins/LookAndFeelMixins.h +++ b/WECore/CoreJUCEPlugin/LookAndFeelMixins/LookAndFeelMixins.h @@ -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 diff --git a/WECore/CoreJUCEPlugin/LookAndFeelMixins/MidAnchoredRotarySlider.h b/WECore/CoreJUCEPlugin/LookAndFeelMixins/MidAnchoredRotarySlider.h index 2c4abdfb..c47b6448 100644 --- a/WECore/CoreJUCEPlugin/LookAndFeelMixins/MidAnchoredRotarySlider.h +++ b/WECore/CoreJUCEPlugin/LookAndFeelMixins/MidAnchoredRotarySlider.h @@ -25,6 +25,7 @@ #pragma once #include "../JuceLibraryCode/JuceHeader.h" +#include "General/CoreMath.h" namespace WECore::LookAndFeelMixins {