1
0
Fork 0
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:
reuk 2024-12-05 11:52:24 +00:00
parent 7ba1107d24
commit 914f55683c
No known key found for this signature in database

View file

@ -81,6 +81,7 @@
#include <sstream>
#include <string_view>
#include <thread>
#include <type_traits>
#include <typeindex>
#include <unordered_map>
#include <unordered_set>