Skip to content

Commit 72360b4

Browse files
authored
Add missing include guard (#1357)
1 parent 3b9bfd4 commit 72360b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/include/opentelemetry/context/propagation/composite_propagator.h

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Copyright The OpenTelemetry Authors
22
// SPDX-License-Identifier: Apache-2.0
33

4+
#pragma once
5+
46
#include <initializer_list>
57
#include <memory>
68
#include <vector>

0 commit comments

Comments
 (0)