diff --git a/onnxruntime/core/providers/cuda/cuda_profiler.h b/onnxruntime/core/providers/cuda/cuda_profiler.h index 881f150f23..2ae6715009 100644 --- a/onnxruntime/core/providers/cuda/cuda_profiler.h +++ b/onnxruntime/core/providers/cuda/cuda_profiler.h @@ -6,6 +6,7 @@ #include "core/platform/ort_mutex.h" #include +#include #include #include @@ -80,4 +81,4 @@ class CudaProfiler final : public EpProfiler { } } -#endif \ No newline at end of file +#endif