summaryrefslogtreecommitdiffstats
path: root/src/htmlexporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/htmlexporter.cpp')
-rw-r--r--src/htmlexporter.cpp5
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>