1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-25 08:58:06 +02:00

Missing include when building for wx3.

This commit is contained in:
Leland Lucius 2015-05-16 00:29:53 -05:00
parent f76746b399
commit c2d8aa9421

View File

@ -29,6 +29,7 @@
#include <math.h>
#include <wx/brush.h>
#include <wx/dcclient.h>
#include <wx/dcmemory.h>
#include <wx/intl.h>
#include <wx/msgdlg.h>