1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Added <array> to juce_StandardHeader.h and removed some unnecessary includes from juce_analytics and juce_dsp

This commit is contained in:
ed 2020-11-25 17:03:50 +00:00
parent 4de5726775
commit 3a3ef41ad5
3 changed files with 1 additions and 5 deletions

View file

@ -51,7 +51,6 @@
#pragma once
#define JUCE_ANALYTICS_H_INCLUDED
#include <queue>
#include <juce_gui_basics/juce_gui_basics.h>
#include "destinations/juce_AnalyticsDestination.h"

View file

@ -44,6 +44,7 @@
//==============================================================================
#include <algorithm>
#include <array>
#include <atomic>
#include <cmath>
#include <condition_variable>
@ -110,7 +111,6 @@ JUCE_END_IGNORE_WARNINGS_MSVC
#if JUCE_ANDROID
#include <cstring>
#include <atomic>
#include <byteswap.h>
#endif

View file

@ -101,10 +101,7 @@
#endif
#endif
#include <atomic>
#include <complex>
#include <cmath>
#include <array>
//==============================================================================