1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

Add missing includes

This commit is contained in:
Leland Lucius 2021-02-09 12:38:07 -06:00
parent 407fa67a74
commit 8a47799516

View File

@ -11,6 +11,9 @@
#include "Experimental.h"
#if defined(EXPERIMENTAL_CRASH_REPORT)
#include <atomic>
#include <thread>
#include <wx/progdlg.h>
#if defined(__WXMSW__)