Fix windows build
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
efb17836a9
commit
e662a279ca
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue