Skip to content

Commit

Permalink
[C] Add missing includes in reader_configuration.h (apache#12966)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackheaven authored Nov 29, 2021
1 parent 9add033 commit 8ca816b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pulsar-client-cpp/include/pulsar/c/reader_configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#pragma once

#include <pulsar/defines.h>
#include <pulsar/c/message.h>
#include <pulsar/c/reader.h>

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 8ca816b

Please sign in to comment.