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

Xcode15: Allow older llvm versions when compiling with Xcode 15

This commit is contained in:
Anthony Nicholls 2023-09-22 14:05:17 +01:00
parent 1f90ecf6e3
commit 59d91cff1e
5 changed files with 18 additions and 5 deletions

View file

@ -46,6 +46,8 @@
#pragma once
#if JUCE_WEB_BROWSER
#include "../Assets/DemoUtilities.h"
//==============================================================================
@ -148,3 +150,5 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (WebBrowserDemo)
};
#endif