diff --git a/onnxruntime/core/providers/cuda/object_detection/non_max_suppression_impl.cu b/onnxruntime/core/providers/cuda/object_detection/non_max_suppression_impl.cu index fbb0e9fbb712..79d38319e2c2 100644 --- a/onnxruntime/core/providers/cuda/object_detection/non_max_suppression_impl.cu +++ b/onnxruntime/core/providers/cuda/object_detection/non_max_suppression_impl.cu @@ -14,6 +14,7 @@ limitations under the License. ==============================================================================*/ /* Modifications Copyright (c) Microsoft. */ +#include #include #include