Skip to content

Commit

Permalink
Fix Linux build issue due to header include order
Browse files Browse the repository at this point in the history
  • Loading branch information
ivberg committed Feb 2, 2024
1 parent ab1562b commit 0a2f8fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions onnxruntime/core/framework/execution_providers.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#pragma once

// #include <map>
#include <memory>
#include <string>
#include <unordered_map>
Expand All @@ -14,8 +13,8 @@
#include "core/common/logging/logging.h"
#ifdef _WIN32
#include <winmeta.h>
#include "core/platform/tracing.h"
#include <evntrace.h>
#include "core/platform/tracing.h"
#include "core/platform/windows/telemetry.h"
#endif

Expand Down

0 comments on commit 0a2f8fd

Please sign in to comment.