mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-09 00:30:53 +00:00
[DmlEp] Added missing include to DmlOperator.cpp to its own header (#9576)
* Added missing include to DmlOperator.cpp to its own header * Update DmlOperator.cpp Followed @fdwr suggestion
This commit is contained in:
parent
88f61a1b2d
commit
020ec9c0f5
1 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
// Licensed under the MIT License.
|
||||
|
||||
#include "precomp.h"
|
||||
#include "DmlOperator.h"
|
||||
|
||||
namespace Dml
|
||||
{
|
||||
|
|
@ -504,4 +505,4 @@ namespace Dml
|
|||
);
|
||||
}
|
||||
|
||||
} // namespace Dml
|
||||
} // namespace Dml
|
||||
|
|
|
|||
Loading…
Reference in a new issue