Skip to content

Commit

Permalink
[hi_tools] Cleanup includes and add missing module dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Oct 24, 2023
1 parent dd0d893 commit 610e16b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hi_tools/hi_tools.h
Expand Up @@ -42,7 +42,7 @@ BEGIN_JUCE_MODULE_DECLARATION
website: http://hise.audio
license: GPL / Commercial
dependencies: juce_audio_basics, juce_audio_formats, juce_core, juce_graphics, juce_data_structures, juce_events
dependencies: juce_audio_basics, juce_audio_formats, juce_core, juce_data_structures, juce_dsp, juce_events, juce_graphics, juce_gui_extra
OSXFrameworks: Accelerate
iOSFrameworks: Accelerate
Expand Down
2 changes: 1 addition & 1 deletion hi_tools/hi_tools/HI_LookAndFeels.cpp
Expand Up @@ -31,7 +31,7 @@
*/

#if !HISE_NO_GUI_TOOLS
#include "../JuceLibraryCode/BinaryData.h"
#include "BinaryData.h"
#endif

namespace hise { using namespace juce;
Expand Down

0 comments on commit 610e16b

Please sign in to comment.