Fix incorrect include

This commit is contained in:
qu1ck 2021-11-10 15:06:11 -08:00
parent 59e5c836fc
commit d9bd7ed2c1
1 changed files with 1 additions and 2 deletions

View File

@ -25,10 +25,9 @@
#include "dialog_pcm_progress_base.h"
#include "reporter.h"
#include <atomic>
#include <widgets/progress_reporter_base.h>
#if wxCHECK_VERSION( 3, 1, 0 )
#include <wx/appprogress.h>
#include <widgets/progress_reporter_base.h>
#endif