From 3873885316196e4ff6e638dffa4af886c8ae5fe2 Mon Sep 17 00:00:00 2001 From: George Wu Date: Tue, 19 Oct 2021 14:42:50 -0700 Subject: [PATCH] add missing atomic include (#9440) --- onnxruntime/core/providers/cuda/cuda_profiler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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