mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-04 20:48:00 +00:00
Fix windows linker errors (#120)
This commit is contained in:
committed by
Matias Fontanini
parent
fbe3759fed
commit
2b66fd3a22
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user