1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-31 07:59:27 +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/frame.h>
#include <wx/icon.h>
#include <wx/msgdlg.h>
#include <wx/settings.h>