Skip to content

Commit

Permalink
Merge pull request #83 from open-telemetry/main
Browse files Browse the repository at this point in the history
[BUILD] allow building with -DWITH_OTLP_HTTP_COMPRESSION=OFF without …
  • Loading branch information
malkia authored Nov 5, 2024
2 parents e9d5db9 + d16f781 commit d342fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/src/http/client/curl/http_client_curl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include <curl/curl.h>
#include <curl/curlver.h>
#include <zconf.h>
#include <atomic>
#include <chrono>
#include <cstddef>
Expand All @@ -25,6 +24,7 @@
#include "opentelemetry/nostd/string_view.h"

#ifdef ENABLE_OTLP_COMPRESSION_PREVIEW
# include <zconf.h>
# include <zlib.h>
#else
# include "opentelemetry/sdk/common/global_log_handler.h"
Expand Down

0 comments on commit d342fd5

Please sign in to comment.