mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
Add missing include to status.h
status.h must include <ostream> to use std::ostream.
This commit is contained in:
parent
4cc7121368
commit
3f52de07c7
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ limitations under the License.
|
|||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <ostream>
|
||||
#include <string>
|
||||
#include "core/common/ml_status.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue