Fix windows linker errors (#120)

This commit is contained in:
multiprogramm
2018-10-17 20:43:33 +03:00
committed by Matias Fontanini
parent fbe3759fed
commit 2b66fd3a22
4 changed files with 8 additions and 4 deletions

View File

@@ -37,6 +37,7 @@
#include <boost/optional.hpp>
#include "../buffer.h"
#include "../consumer.h"
#include "../macros.h"
namespace cppkafka {
/**
@@ -110,7 +111,7 @@ private:
};
template <typename Key, typename Value>
class CompactedTopicProcessor {
class CPPKAFKA_API CompactedTopicProcessor {
public:
/**
* The type of events generated by this processor