Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
skottmckay committed Apr 17, 2024
1 parent 0f0e407 commit 26880ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion onnxruntime/core/platform/env.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ std::ostream& operator<<(std::ostream& os, gsl::span<const LogicalProcessors>);
/// <returns>errno and the error message string if errno indicates an error.</returns>
std::pair<int, std::string> GetErrnoInfo();

Check warning on line 103 in onnxruntime/core/platform/env.h

View workflow job for this annotation

GitHub Actions / Lint C++

[cpplint] reported by reviewdog 🐶 Add #include <utility> for pair<> [build/include_what_you_use] [4] Raw Output: onnxruntime/core/platform/env.h:103: Add #include <utility> for pair<> [build/include_what_you_use] [4]


/// \brief An interface used by the onnxruntime implementation to
/// access operating system functionality like the filesystem etc.
///
Expand Down

0 comments on commit 26880ef

Please sign in to comment.