From d175607a268b6cc9dfeaeff1d0a38cf72201ad84 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 --- src/note.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/note.cpp') diff --git a/src/note.cpp b/src/note.cpp index 227df8a..6486de3 100644 --- a/src/note.cpp +++ b/src/note.cpp @@ -18,6 +18,10 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include -- cgit v1.2.1