Skip to content

Commit

Permalink
Attempt to fix Linux build error with missing CompositeSink
Browse files Browse the repository at this point in the history
  • Loading branch information
ivberg committed Jun 4, 2024
1 parent 0e523c7 commit 3205bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/core/common/logging/logging.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
#include "core/common/exceptions.h"
#include "core/common/logging/isink.h"
#include "core/common/logging/logging.h"
#include "core/common/logging/sinks/composite_sink.h"

#ifdef _WIN32
#include <Windows.h>
#include "core/platform/windows/logging/etw_sink.h"
#include "core/common/logging/sinks/composite_sink.h"
#else
#include <unistd.h>
#if defined(__MACH__) || defined(__wasm__) || defined(_AIX)
Expand Down

0 comments on commit 3205bab

Please sign in to comment.