diff --git a/modules/juce_data_structures/values/juce_ValueTreePropertyWithDefault_test.cpp b/modules/juce_data_structures/values/juce_ValueTreePropertyWithDefault_test.cpp index 08a4c5a101..6056303dcd 100644 --- a/modules/juce_data_structures/values/juce_ValueTreePropertyWithDefault_test.cpp +++ b/modules/juce_data_structures/values/juce_ValueTreePropertyWithDefault_test.cpp @@ -64,6 +64,8 @@ public: beginTest ("set default"); { + ScopedJuceInitialiser_GUI scopedJuceInitialiser_gui; + ValueTree t ("root"); ValueTreePropertyWithDefault value (t, "testkey", nullptr);