- fixed JUCE includes

This commit is contained in:
2024-01-22 13:55:51 +01:00
parent 26ab5ccbdb
commit 44445d3fd2
7 changed files with 22 additions and 21 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
#define __RBM_COMPONENT__
//[Headers] -- You can add your own extra header files here --
#include "JuceHeader.h"
#include <juce/JuceHeader.h>
#include "DrawComponent.hpp"
#include "Layer.hpp"
#include "DeepStack.hpp"