1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Add header include needed when FFmpeg support is enabled

This commit is contained in:
RichardAsh1981@gmail.com 2014-06-26 19:40:35 +00:00
parent f4f5d19995
commit fd53865f1c

View File

@ -22,6 +22,7 @@ License: GPL v2. See License.txt.
#include "AudacityApp.h"
#include "FileNames.h"
#include "Internat.h"
#include "widgets/HelpSystem.h"
#include <wx/file.h>