Skip to content

Commit

Permalink
[BUILD] allow building with -DWITH_OTLP_HTTP_COMPRESSION=OFF without …
Browse files Browse the repository at this point in the history
  • Loading branch information
cfstras authored Nov 4, 2024
1 parent f30ab92 commit d16f781
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/version.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 d16f781

Please sign in to comment.