1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Missing include on Linux.

This commit is contained in:
lllucius
2013-10-23 20:16:18 +00:00
parent 3ec8989265
commit dd8e0a5edd

View File

@@ -21,6 +21,7 @@ Provides thread-safe logging based on the wxWidgets log facility.
#include <wx/log.h> #include <wx/log.h>
#include <wx/frame.h> #include <wx/frame.h>
#include <wx/icon.h>
#include <wx/msgdlg.h> #include <wx/msgdlg.h>
#include <wx/settings.h> #include <wx/settings.h>