Skip to content

Commit

Permalink
fix Windows math.h error
Browse files Browse the repository at this point in the history
  • Loading branch information
rayxke committed Aug 25, 2024
1 parent f6d7c08 commit bc7c04e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/WaveshaperChart.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@
#ifndef WaveshaperChart_h
#define WaveshaperChart_h
#endif /* WaveshaperChart_h */
#define _USE_MATH_DEFINES

#pragma once
#include <JuceHeader.h>
#include "SineWaveVoice.h"



class WaveshaperChart : public Component
{
public:
Expand Down

0 comments on commit bc7c04e

Please sign in to comment.