We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc7071 commit 8f2130cCopy full SHA for 8f2130c
sdk/include/opentelemetry/sdk/metrics/aggregation/aggregation.h
@@ -3,8 +3,8 @@
3
4
#pragma once
5
6
+#include <stdint.h>
7
#include <memory>
-
8
#include "opentelemetry/sdk/metrics/data/metric_data.h"
9
#include "opentelemetry/version.h"
10
sdk/test/metrics/aggregation_test.cc
@@ -7,7 +7,6 @@
#include <limits>
#include <string>
#include <vector>
-#include "opentelemetry/nostd/shared_ptr.h"
11
#include "opentelemetry/nostd/variant.h"
12
#include "opentelemetry/sdk/metrics/aggregation/aggregation_config.h"
13
#include "opentelemetry/sdk/metrics/aggregation/base2_exponential_histogram_aggregation.h"
0 commit comments