Fix include order build failure training build (#12425)

Signed-off-by: George Nash <george.nash@intel.com>
This commit is contained in:
George Nash 2022-09-01 10:48:40 -07:00 committed by GitHub
parent e3b501125d
commit 0125e15281
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,7 @@
#include "core/common/common.h"
#include "core/framework/op_kernel.h"
#include "core/providers/cpu/tensor/utils.h"
#include "orttraining/training_ops/cpu/optimizer/adamw/adamwbase.h"
namespace onnxruntime {

View file

@ -5,7 +5,6 @@
#include "core/common/common.h"
#include "core/framework/op_kernel.h"
#include "core/providers/cpu/tensor/utils.h"
namespace onnxruntime {
namespace contrib {