1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 17:13:37 +02:00

Supply missing #includes that Travis build needs

This commit is contained in:
Paul Licameli
2018-08-11 12:46:27 -04:00
parent ca694a1b22
commit 67b679b7d1
2 changed files with 2 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
#include "LyricsWindow.h"
#include "Lyrics.h"
#include "AudioIO.h"
#include "Prefs.h" // for RTL_WORKAROUND
#include "Project.h"
#include "TrackPanel.h" // for EVT_TRACK_PANEL_TIMER

View File

@@ -29,6 +29,7 @@
#include "NoteTrack.h"
#endif
#include "Prefs.h" // for RTL_WORKAROUND
#include "Project.h"
#include "TrackPanel.h" // for EVT_TRACK_PANEL_TIMER
#include "UndoManager.h"