1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-17 22:53:51 +01:00

Fix Travis Build

Missing wx includes.
This commit is contained in:
James Crook
2017-05-22 14:10:56 +01:00
parent 7d31691fd3
commit 6a9e0ffe28
2 changed files with 3 additions and 0 deletions

View File

@@ -40,9 +40,11 @@ with changes in the SelectionBar.
#include <wx/settings.h>
#include <wx/sizer.h>
#include <wx/valtext.h>
#include <wx/stattext.h>
#endif
#include <wx/statline.h>
#include "SelectionBarListener.h"
#include "SelectionBar.h"

View File

@@ -23,6 +23,7 @@ class wxCommandEvent;
class wxDC;
class wxRadioButton;
class wxSizeEvent;
class wxStaticText;
class SelectionBarListener;
class NumericTextCtrl;