diff options
| author | gregory guy <gregory-tde@laposte.net> | 2020-02-25 15:05:47 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-10 12:47:05 +0200 |
| commit | 360e269df56279904ac6f2913e8f0c3f786aa8fb (patch) | |
| tree | c750e24ab8e04477f2019952d9d1117b0f803be8 /src/htmlexporter.cpp | |
| parent | d04c627887b467cb88f00121d424ee408c0a9a4a (diff) | |
| download | basket-360e269df56279904ac6f2913e8f0c3f786aa8fb.tar.gz basket-360e269df56279904ac6f2913e8f0c3f786aa8fb.zip | |
Fix support for GCC hidden visibility.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d175607a268b6cc9dfeaeff1d0a38cf72201ad84)
Diffstat (limited to 'src/htmlexporter.cpp')
| -rw-r--r-- | src/htmlexporter.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/htmlexporter.cpp b/src/htmlexporter.cpp index 162f352..ad9a555 100644 --- a/src/htmlexporter.cpp +++ b/src/htmlexporter.cpp @@ -18,13 +18,16 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "htmlexporter.h" #include "bnpview.h" #include "basketlistview.h" #include "basket.h" #include "note.h" #include "tools.h" -#include "config.h" #include "tag.h" #include <tdeapplication.h> |
