From a1c165b7b315e90a330549eac8ac39b52a91e5ab Mon Sep 17 00:00:00 2001 From: Srivats P Date: Wed, 17 Nov 2021 18:39:14 +0530 Subject: [PATCH] Fix MacOS build break --- client/portwidget.h | 1 + 1 file changed, 1 insertion(+) diff --git a/client/portwidget.h b/client/portwidget.h index d914da7..fd112d6 100644 --- a/client/portwidget.h +++ b/client/portwidget.h @@ -21,6 +21,7 @@ along with this program. If not, see #define _PORT_WIDGET_H #include "ui_portwidget.h" +#include #include class PortGroupList;