[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:
Ginés Hidalgo 2021-11-01 21:15:36 -04:00 committed by GitHub
parent 88f61a1b2d
commit 020ec9c0f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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