From 784f75ea74c190875fdb2ded286b54bbeffa0076 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sun, 9 Dec 2018 22:47:45 +0000 Subject: [PATCH] Fix an issue with g++ v8.2 compiles --- widgets/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index c75fb03dd..42dac2f5a 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -35,6 +35,7 @@ #include #include #include +#include #include "revision_utils.hpp" #include "qt_helpers.hpp"