Skip to content

Commit 76fa3fe

Browse files
committed
test(pull): fix build with shared libs
Fix: #687
1 parent 3544d47 commit 76fa3fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

push/src/detail/label_encoder.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
#include <iosfwd>
44

55
#include "prometheus/labels.h"
6+
#include "prometheus/detail/push_export.h"
67

78
namespace prometheus {
89
namespace detail {
910

10-
void encodeLabel(std::ostream& os, const Label& label);
11+
PROMETHEUS_CPP_PUSH_EXPORT void encodeLabel(std::ostream& os, const Label& label);
1112

1213
}
1314
} // namespace prometheus

0 commit comments

Comments
 (0)