- 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
{