Skip to content

Commit

Permalink
Fix stringpiece including.
Browse files Browse the repository at this point in the history
Signed-off-by: owent <admin@owent.net>
  • Loading branch information
owent committed May 29, 2023
1 parent 93d347c commit 234ab40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/otlp/src/otlp_http_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include "google/protobuf/message.h"
#include "google/protobuf/reflection.h"
#include "google/protobuf/stubs/common.h"
#include "google/protobuf/stubs/stringpiece.h"
#include "nlohmann/json.hpp"

#if defined(HAVE_ABSEIL)
Expand All @@ -26,6 +25,7 @@
# include "google/protobuf/stubs/strutil.h"
#else
# include "google/protobuf/stubs/port.h"
# include "google/protobuf/stubs/stringpiece.h"
namespace google
{
namespace protobuf
Expand Down

0 comments on commit 234ab40

Please sign in to comment.