1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-15 09:01:12 +01:00

Make std::tuple known in Mac build

This commit is contained in:
Paul Licameli
2018-03-01 22:20:22 -05:00
parent 4e0420b9bd
commit 29b214367d
3 changed files with 6 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
#ifndef __AUDACITY_BATCH_COMMANDS_DIALOG__
#define __AUDACITY_BATCH_COMMANDS_DIALOG__
#include <tuple>
#include "MemoryX.h"
#include <wx/defs.h>
#include <wx/string.h>