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:
@@ -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"
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@ class wxCommandEvent;
|
||||
class wxDC;
|
||||
class wxRadioButton;
|
||||
class wxSizeEvent;
|
||||
class wxStaticText;
|
||||
|
||||
class SelectionBarListener;
|
||||
class NumericTextCtrl;
|
||||
|
||||
Reference in New Issue
Block a user