summaryrefslogtreecommitdiffstats
path: root/katapult/common/match.h
diff options
context:
space:
mode:
Diffstat (limited to 'katapult/common/match.h')
-rw-r--r--katapult/common/match.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/katapult/common/match.h b/katapult/common/match.h
index 818158b..fa0eccb 100644
--- a/katapult/common/match.h
+++ b/katapult/common/match.h
@@ -20,12 +20,18 @@
#ifndef MATCH_H
#define MATCH_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#include <kdemacros.h>
+
class KatapultItem;
/**
@author Joe Ferris
*/
-class Match {
+class KDE_EXPORT Match {
public:
Match();
Match(const KatapultItem *, int, unsigned int);