fontaudio
fontaudio copied to clipboard
Juce wrapper AppConfig.h include error
The following include is no longer necessary on modern versions of Juce: https://github.com/fefanto/fontaudio/blob/e08f47bb2d4a310fb71b8e17c061f2fab6b94a7e/wrappers/juce/module/fontaudio/fontaudio.cpp#L10-L12
Right now this produces an error when trying to use it with today's version of Juce. Simply removing the include fixes the problem, and the fontaudio module will work fine.