JUCE_ENABLE_LIVE_CONSTANT_EDITOR breaks build with DONT_SET_USING_JUCE_NAMESPACE enabled

The reason is the following: "LiveConstantEditor" is not preceded by "juce::" when the macro "JUCE_LIVE_CONSTANT" is defined.

Ta, will sort that out!