From 67b679b7d155ff2eb713c50afb078ca990abb264 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Sat, 11 Aug 2018 12:46:27 -0400 Subject: [PATCH] Supply missing #includes that Travis build needs --- src/LyricsWindow.cpp | 1 + src/MixerBoard.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/LyricsWindow.cpp b/src/LyricsWindow.cpp index b7547a0e9..22a7ff8f4 100644 --- a/src/LyricsWindow.cpp +++ b/src/LyricsWindow.cpp @@ -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 diff --git a/src/MixerBoard.cpp b/src/MixerBoard.cpp index 9538d9c2b..6e5cd9229 100644 --- a/src/MixerBoard.cpp +++ b/src/MixerBoard.cpp @@ -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"