Skip to content

Commit

Permalink
try to fix windows build issue
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday committed Mar 19, 2024
1 parent cc76c30 commit ae50b0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions system/jlib/jtrace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
#include "lnuid.h"
#include <variant>

//This seems to be defined in some window builds - avoid conflicts with the functions below
#undef max

namespace context = opentelemetry::context;
namespace nostd = opentelemetry::nostd;
namespace opentel_trace = opentelemetry::trace;
Expand Down

0 comments on commit ae50b0b

Please sign in to comment.