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/aboutdata.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/aboutdata.cpp') diff --git a/src/aboutdata.cpp b/src/aboutdata.cpp index b5e8cfd..1ae0e98 100644 --- a/src/aboutdata.cpp +++ b/src/aboutdata.cpp @@ -18,11 +18,12 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include "aboutdata.h" #ifdef HAVE_CONFIG_H -#include +#include "config.h" #endif +#include "aboutdata.h" + static const char description[] = I18N_NOOP( "

Taking care of your ideas.

" "

A note-taking application that makes it easy to record ideas as you think, and quickly find them later. " -- cgit v1.2.1