diff --git a/ui/qt/sequence_dialog.cpp b/ui/qt/sequence_dialog.cpp index 7b1e889eae..4f824e9828 100644 --- a/ui/qt/sequence_dialog.cpp +++ b/ui/qt/sequence_dialog.cpp @@ -36,6 +36,10 @@ #include #include #include +#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) +// Qt::escape +#include +#endif // To do: // - Resize or show + hide the Time and Comment axes, possibly via one of