1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-11 08:56:03 +01:00

Fix build

This commit is contained in:
Leland Lucius
2020-08-11 01:48:32 -05:00
parent b6eaf5623e
commit da75a7edde
3 changed files with 5 additions and 2 deletions

View File

@@ -20,8 +20,10 @@ processing. See also MacrosWindow and ApplyMacroDialog.
#include "BatchCommands.h"
#include <wx/defs.h>
#include <wx/datetime.h>
#include <wx/dir.h>
#include <wx/textfile.h>
#include <wx/time.h>
#include "Project.h"
#include "ProjectAudioManager.h"