Skip to content

Commit 0e4f6f4

Browse files
committed
fix: add used includes
1 parent 737c785 commit 0e4f6f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

exporters/elasticsearch/src/es_log_recordable.cc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
// Copyright The OpenTelemetry Authors
22
// SPDX-License-Identifier: Apache-2.0
33

4+
#include <chrono>
5+
#include <ctime>
46
#include <iomanip>
7+
#include <nlohmann/json.hpp>
8+
#include <sstream>
59
#include <string>
610

711
#include "opentelemetry/exporters/elasticsearch/es_log_recordable.h"
812
#include "opentelemetry/logs/severity.h"
13+
#include "opentelemetry/nostd/variant.h"
914
#include "opentelemetry/sdk/instrumentationscope/instrumentation_scope.h"
1015
#include "opentelemetry/sdk/resource/resource.h"
1116
#include "opentelemetry/trace/span_id.h"

0 commit comments

Comments
 (0)