mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added <array> to juce_StandardHeader.h and removed some unnecessary includes from juce_analytics and juce_dsp
This commit is contained in:
parent
4de5726775
commit
3a3ef41ad5
3 changed files with 1 additions and 5 deletions
|
|
@ -51,7 +51,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#define JUCE_ANALYTICS_H_INCLUDED
|
#define JUCE_ANALYTICS_H_INCLUDED
|
||||||
|
|
||||||
#include <queue>
|
|
||||||
#include <juce_gui_basics/juce_gui_basics.h>
|
#include <juce_gui_basics/juce_gui_basics.h>
|
||||||
|
|
||||||
#include "destinations/juce_AnalyticsDestination.h"
|
#include "destinations/juce_AnalyticsDestination.h"
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,7 @@
|
||||||
|
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <array>
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <condition_variable>
|
#include <condition_variable>
|
||||||
|
|
@ -110,7 +111,6 @@ JUCE_END_IGNORE_WARNINGS_MSVC
|
||||||
|
|
||||||
#if JUCE_ANDROID
|
#if JUCE_ANDROID
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <atomic>
|
|
||||||
#include <byteswap.h>
|
#include <byteswap.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -101,10 +101,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <atomic>
|
|
||||||
#include <complex>
|
#include <complex>
|
||||||
#include <cmath>
|
|
||||||
#include <array>
|
|
||||||
|
|
||||||
|
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue