juce_mac_MessageManager.mm compile error

/Users/rrabien/dev.github/juce/modules/juce_events/native/juce_mac_MessageManager.mm:242:17: Use of undeclared identifier 'JUCEApplication'; did you mean 'JUCEApplicationBase'?

Is anybody else seeing this? Or is it just something with my setup?

Sorry, I was just tinkering with that code and it's a typo, it should indeed be JUCEApplicationBase. Fixed now!