Skip to content

Commit

Permalink
Fix compilation with recent prometheus-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
orgads committed Jun 21, 2023
1 parent 806d1cb commit 382f905
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/stats-collector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
#include "drachtio.h"
#include "controller.hpp"

#include <prometheus/counter.h>
#include <prometheus/histogram.h>
#include <prometheus/exposer.h>
#include <prometheus/registry.h>
#include <prometheus/summary.h>

using namespace prometheus;

Expand Down

0 comments on commit 382f905

Please sign in to comment.