From e8ecb530b304b2c83cbcf462ceffa652dcf1acde Mon Sep 17 00:00:00 2001 From: Ivan Berg Date: Mon, 21 Oct 2024 16:44:45 -0700 Subject: [PATCH] Attempt to fix Linux build error --- onnxruntime/core/providers/qnn/builder/qnn_backend_manager.h | 1 + 1 file changed, 1 insertion(+) diff --git a/onnxruntime/core/providers/qnn/builder/qnn_backend_manager.h b/onnxruntime/core/providers/qnn/builder/qnn_backend_manager.h index 43896a642f807..0074281d8b6da 100644 --- a/onnxruntime/core/providers/qnn/builder/qnn_backend_manager.h +++ b/onnxruntime/core/providers/qnn/builder/qnn_backend_manager.h @@ -22,6 +22,7 @@ #include "core/common/status.h" #include "core/common/logging/logging.h" #include "core/common/path_string.h" +#include "core/platform/ort_mutex.h" #include "core/providers/qnn/builder/qnn_def.h" namespace onnxruntime {