Skip to content

Commit

Permalink
test(pull): fix build with shared libs
Browse files Browse the repository at this point in the history
Fix: #687
  • Loading branch information
gjasny committed Jan 22, 2024
1 parent 3544d47 commit 76fa3fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion push/src/detail/label_encoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
#include <iosfwd>

#include "prometheus/labels.h"
#include "prometheus/detail/push_export.h"

namespace prometheus {
namespace detail {

void encodeLabel(std::ostream& os, const Label& label);
PROMETHEUS_CPP_PUSH_EXPORT void encodeLabel(std::ostream& os, const Label& label);

}
} // namespace prometheus

0 comments on commit 76fa3fe

Please sign in to comment.