1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-30 07:08:39 +02:00

Fix include

This commit is contained in:
Leland Lucius 2019-12-24 03:24:14 -06:00
parent 036efda65e
commit 487016727e

View File

@ -10,7 +10,7 @@
******************************************************************/
#include "../Audacity.h" // needed before FFmpeg.h // for USE_* macros
#include "ODDecodeBlockFile.h" // base class
#include "../blockfile/ODDecodeBlockFile.h" // base class
#include "ODDecodeFFmpegTask.h"
#include "../Experimental.h"