JUCE 7.0.5 & VST3 SDK 3.7.8

I replaced the VST3 SDK that comes with JUCE 7.0.5 with the new VST3 SDK that was released this week.

I’m trying to compile the IEM Plugin Suite, but I come across this error:

JUCE/modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp:1427:19: error: variable 'handler' with type 'auto *' has incompatible initializer of type 'IPtr<Steinberg::Vst::IComponentHandler>'
        if (auto* handler = componentHandler)
                  ^         ~~~~~~~~~~~~~~~~

Any ideas how the juce_VST3_Wrapper.cpp file could be edited to avoid this error?

Cheers!