From dac2ab54094d62d55a30d557aef6f31d64be62ac Mon Sep 17 00:00:00 2001 From: vit9696 Date: Mon, 19 Feb 2018 22:39:25 +0300 Subject: [PATCH] Fix compilation with Qt 5.11 on macOS --- src/gui/hidabletabwidget.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gui/hidabletabwidget.h b/src/gui/hidabletabwidget.h index 9263fac46..ec169da8f 100644 --- a/src/gui/hidabletabwidget.h +++ b/src/gui/hidabletabwidget.h @@ -34,6 +34,10 @@ #include #include +#ifdef Q_OS_MAC +#include +#endif + class HidableTabWidget : public QTabWidget { public: