Skip to content

Commit

Permalink
update: include
Browse files Browse the repository at this point in the history
  • Loading branch information
m1m0zzz committed Jun 27, 2024
1 parent 20fe543 commit 8ed282e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Source/PluginEditor.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@

#pragma once

#include <JuceHeader.h>
#include <juce_audio_processors/juce_audio_processors.h>
#include <juce_gui_basics/juce_gui_basics.h>
#include <BinaryData.h>

#include "PluginProcessor.h"

Expand Down
3 changes: 2 additions & 1 deletion Source/PluginProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

#pragma once

#include <JuceHeader.h>
#include <juce_audio_processors/juce_audio_processors.h>
#include <juce_dsp/juce_dsp.h>

//==============================================================================
/**
Expand Down

0 comments on commit 8ed282e

Please sign in to comment.