Skip to content

Commit

Permalink
fix: 🐛 Missing include for memcpy
Browse files Browse the repository at this point in the history
  • Loading branch information
Idar committed Sep 21, 2021
1 parent 0500d6d commit 08f4e75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/include/opentelemetry/common/kv_properties.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "opentelemetry/nostd/unique_ptr.h"
#include "opentelemetry/version.h"

#include <cstring>
#include <string>
#include <type_traits>

Expand Down

0 comments on commit 08f4e75

Please sign in to comment.