From 1a63c7cf6d13cd550e457dad088b6ac08e72e31d Mon Sep 17 00:00:00 2001 From: Le Tan Date: Mon, 14 Dec 2020 21:55:09 +0800 Subject: [PATCH] fix compilation on macOS --- src/widgets/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widgets/mainwindow.cpp b/src/widgets/mainwindow.cpp index 803092e3..be3755ef 100644 --- a/src/widgets/mainwindow.cpp +++ b/src/widgets/mainwindow.cpp @@ -13,6 +13,7 @@ #include #include #include +#include #include #include "toolbox.h"