mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
StandardHeader: Fix missing definition of alignment_of_v
When building in C++23 mode for iOS with Xcode 16.1 and Ninja, this symbol could not be found, presumably because it is no longer included transitively via other standard headers.
This commit is contained in:
parent
7ba1107d24
commit
914f55683c
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@
|
|||
#include <sstream>
|
||||
#include <string_view>
|
||||
#include <thread>
|
||||
#include <type_traits>
|
||||
#include <typeindex>
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue