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:
parent
4de5726775
commit
3a3ef41ad5
3 changed files with 1 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -101,10 +101,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#include <atomic>
|
||||
#include <complex>
|
||||
#include <cmath>
|
||||
#include <array>
|
||||
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue