From af0a5d1c67cae7731ca3a7db6094b21298c0fcfd Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Thu, 15 Apr 2021 16:24:13 -0700 Subject: [PATCH] ROCM --- onnxruntime/contrib_ops/cuda/layer_norm.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/onnxruntime/contrib_ops/cuda/layer_norm.cc b/onnxruntime/contrib_ops/cuda/layer_norm.cc index c9c4e8ff2c..50cb1c735f 100644 --- a/onnxruntime/contrib_ops/cuda/layer_norm.cc +++ b/onnxruntime/contrib_ops/cuda/layer_norm.cc @@ -1,6 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. +#include "core/providers/shared_library/provider_api.h" #include "layer_norm.h" #include "layer_norm_impl.h" #include "core/providers/cuda/cuda_common.h"