Fix windows build

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-12-11 22:15:05 +00:00
parent efb17836a9
commit e662a279ca
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -51,6 +51,8 @@
namespace patchUtils namespace patchUtils
{ {
using namespace rack;
#ifndef HEADLESS #ifndef HEADLESS
static void promptClear(const char* const message, const std::function<void()> action) static void promptClear(const char* const message, const std::function<void()> action)
{ {
@ -82,8 +84,6 @@ static std::string homeDir()
} }
#endif #endif
using namespace rack;
void loadDialog() void loadDialog()
{ {
#ifndef HEADLESS #ifndef HEADLESS