Skip to content

Commit

Permalink
Add missing include guard
Browse files Browse the repository at this point in the history
  • Loading branch information
yzsolt committed Apr 27, 2022
1 parent 3b9bfd4 commit 66299e6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

#pragma once

#include <initializer_list>
#include <memory>
#include <vector>
Expand Down

0 comments on commit 66299e6

Please sign in to comment.