Skip to content

Commit a18dd96

Browse files
committed
Include what is used
1 parent 96b6c51 commit a18dd96

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/include/prometheus/registry.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66

77
#include "prometheus/client_metric.h"
88
#include "prometheus/collectable.h"
9+
#include "prometheus/counter.h"
910
#include "prometheus/counter_builder.h"
1011
#include "prometheus/family.h"
12+
#include "prometheus/gauge.h"
1113
#include "prometheus/gauge_builder.h"
1214
#include "prometheus/histogram.h"
1315
#include "prometheus/histogram_builder.h"
@@ -40,4 +42,4 @@ class Registry : public Collectable {
4042
std::vector<std::unique_ptr<Collectable>> collectables_;
4143
std::mutex mutex_;
4244
};
43-
}
45+
} // namespace prometheus

0 commit comments

Comments
 (0)