From 17614601efe90ee9ebf7a1ab7beaf2b036333f60 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 7 Sep 2017 06:52:49 +0200 Subject: [PATCH] Fix build. --- resources/text/CHANGELOG | 7 ++++++- src/gui/systemtrayicon.h | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/resources/text/CHANGELOG b/resources/text/CHANGELOG index de60cf3da..c2bae4744 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -1,3 +1,9 @@ +3.4.3 +————— + +Fixed: +▪ Fixed build on some Unit-like operating systems. + 3.4.2 ————— @@ -9,7 +15,6 @@ Added: ▪ New SSL libraries. ▪ Binaries are now compiled on x64-only mode for Windows!!! - 3.4.1 ————— diff --git a/src/gui/systemtrayicon.h b/src/gui/systemtrayicon.h index 46e4a8c72..eaf6b72bb 100755 --- a/src/gui/systemtrayicon.h +++ b/src/gui/systemtrayicon.h @@ -25,6 +25,8 @@ #include #include +#include + class FormMain; class QEvent;