From 360e269df56279904ac6f2913e8f0c3f786aa8fb Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 25 Feb 2020 15:05:47 +0100 Subject: Fix support for GCC hidden visibility. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gregory guy Signed-off-by: Slávek Banko (cherry picked from commit d175607a268b6cc9dfeaeff1d0a38cf72201ad84) --- src/systemtray.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/systemtray.cpp') diff --git a/src/systemtray.cpp b/src/systemtray.cpp index b8a3280..a101e66 100644 --- a/src/systemtray.cpp +++ b/src/systemtray.cpp @@ -20,6 +20,10 @@ /** KSystemTray2 */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + // To draw the systray screenshot image: #include #include -- cgit v1.2.1