mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-28 20:11:22 +00:00
Add #include for std::tolower. Fixes VS2017 build error. (#5544)
This commit is contained in:
parent
67968441e0
commit
682898ae2b
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <cctype>
|
||||
#include <unordered_map>
|
||||
#include <core/common/status.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue