Skip to content

Commit

Permalink
Add ctime header to metrics_exporter.cc (#2187)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan authored Jun 9, 2023
1 parent d233b9b commit c89a6fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exporters/ostream/src/metric_exporter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "opentelemetry/exporters/ostream/metric_exporter.h"
#include <algorithm>
#include <chrono>
#include <ctime>
#include <map>
#include "opentelemetry/exporters/ostream/common_utils.h"
#include "opentelemetry/sdk/metrics/aggregation/default_aggregation.h"
Expand Down

0 comments on commit c89a6fd

Please sign in to comment.