- 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
@@ -22,7 +22,7 @@
//[Headers] -- You can add your own extra header files here --
#include <armadillo>
#include "JuceHeader.h"
#include <juce/JuceHeader.h>
class DrawComponent;
class DrawListener
{
+1 -1
View File
@@ -22,7 +22,7 @@
//[Headers] -- You can add your own extra header files here --
#include <armadillo>
#include "JuceHeader.h"
#include <juce/JuceHeader.h>
#include "DeepStack.hpp"
#include "RbmComponent.hpp"
+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"
+1 -1
View File
@@ -21,7 +21,7 @@
#define __RNN_COMPONENT_LAYER__
//[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"