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

Use of wxMessageBox needs this include to compile

This commit is contained in:
richardash1981 2010-04-05 10:39:28 +00:00
parent efd1ad277a
commit b566e09e61

View File

@ -16,6 +16,7 @@
#include <wx/defs.h>
#include <wx/listctrl.h>
#include <wx/msgdlg.h>
#include "ExtImportPrefs.h"
#include "../Audacity.h"