Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Stadler <[email protected]>
  • Loading branch information
tobiasstadler committed Dec 6, 2020
1 parent 1f3ed2a commit 96625d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/jaegertracing/propagation/JaegerPropagator.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef JAEGERTRACING_PROPAGATION_JAEGERPROPAGATOR_H
#define JAEGERTRACING_PROPAGATION_JAEGERPROPAGATOR_H

#include "jaegertracing/propagation/propagator.h"
#include "jaegertracing/propagation/Propagator.h"

namespace jaegertracing {
namespace propagation {
Expand Down
2 changes: 1 addition & 1 deletion src/jaegertracing/propagation/W3CPropagator.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef JAEGERTRACING_PROPAGATION_W3CPROPAGATOR_H
#define JAEGERTRACING_PROPAGATION_W3CPROPAGATOR_H

#include "jaegertracing/propagation/propagator.h"
#include "jaegertracing/propagation/Propagator.h"
#include "jaegertracing/utils/HexParsing.h"

namespace jaegertracing {
Expand Down

0 comments on commit 96625d4

Please sign in to comment.