1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Add detail::UnicodeHelpers::getLineBreaks

This commit is contained in:
attila 2025-03-13 09:55:57 +01:00 committed by Attila Szarvas
parent a07098d479
commit 6c3043f082
29 changed files with 117 additions and 0 deletions

View file

@ -152,6 +152,7 @@ namespace juce
#include "effects/juce_ImageEffectFilter.h"
#include "effects/juce_DropShadowEffect.h"
#include "effects/juce_GlowEffect.h"
#include "detail/juce_Unicode.h"
#if JUCE_GRAPHICS_INCLUDE_COREGRAPHICS_HELPERS && (JUCE_MAC || JUCE_IOS)
#include "native/juce_CoreGraphicsHelpers_mac.h"