From 60c44e8f7966fbf62fcedd1d11e783d507e10ca4 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Wed, 21 Mar 2018 14:49:39 +0000 Subject: [PATCH] Fix issue seen with older versions of GCC. --- runtime/LogWindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/LogWindow.cpp b/runtime/LogWindow.cpp index 09f0b3cf0..250070a03 100644 --- a/runtime/LogWindow.cpp +++ b/runtime/LogWindow.cpp @@ -14,6 +14,7 @@ #include +#include LogWindow::LogWindow(QWidget *parent, QString logFile) : QDialog(parent),