From c6dc787a3d3c96da400177824dd2df12f002d2bb Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Wed, 18 Sep 2024 11:55:56 +0800 Subject: [PATCH] Update q4common.h to include the missing header (#21786) Fixes #21748 CC @gyagp --- onnxruntime/core/mlas/lib/q4common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/onnxruntime/core/mlas/lib/q4common.h b/onnxruntime/core/mlas/lib/q4common.h index 532437797a..ed54b7a207 100644 --- a/onnxruntime/core/mlas/lib/q4common.h +++ b/onnxruntime/core/mlas/lib/q4common.h @@ -18,6 +18,8 @@ Abstract: the parameters and the quantized data in a blob. --*/ +#include "core/common/common.h" + #include "mlas_q4.h" #include "mlasi.h"