Skip to content

Commit

Permalink
Fix includes
Browse files Browse the repository at this point in the history
Signed-off-by: owent <admin@owent.net>
  • Loading branch information
owent committed Jun 14, 2021
1 parent 63448b0 commit 1ea9503
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exporters/otlp/src/otlp_http_exporter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@

#include "opentelemetry/exporters/otlp/protobuf_include_suffix.h"

#include <condition_variable>
#include <fstream>
#include <iostream>
#include <mutex>
#include <string>
#include <vector>

Expand Down

0 comments on commit 1ea9503

Please sign in to comment.