Browse Source

Fix windows build

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 3 years ago
parent
commit
e662a279ca
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/CardinalCommon.cpp

+ 2
- 2
src/CardinalCommon.cpp View File

@@ -51,6 +51,8 @@
namespace patchUtils
{

using namespace rack;

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

using namespace rack;

void loadDialog()
{
#ifndef HEADLESS


Loading…
Cancel
Save