App.hpp doesn't compile any more

@Vortico: the new version of app.hpp has this:

namespace rack {
    #define APP rack::getApp()
}

I’m pretty sure this makes APP be rack::rack::getApp(), which of course doesn’t exist.

When I compile my repo, I get this error:

…/…/include/app.hpp:52:13: error: ‘rack::rack’ has not been declared
52 | #define APP rack::appGet()

forum is acting up - I will write this post one line at a time.

Please post the build error on GitHub.