From 1c595bee706c836f28f539e8f0675456a80d5523 Mon Sep 17 00:00:00 2001 From: skykongkong8 Date: Thu, 26 Dec 2024 09:08:03 +0900 Subject: [PATCH] [ trivial ] Add missing header file for quantizer - With certain version of compiler, skipping including header file may cause build failure **Self evaluation:** 1. Build test: [X]Passed [ ]Failed [ ]Skipped 2. Run test: [X]Passed [ ]Failed [ ]Skipped Signed-off-by: skykongkong8 --- nntrainer/tensor/quantizer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nntrainer/tensor/quantizer.h b/nntrainer/tensor/quantizer.h index 6e8d56749..dcd6a9bae 100644 --- a/nntrainer/tensor/quantizer.h +++ b/nntrainer/tensor/quantizer.h @@ -13,6 +13,7 @@ #ifdef __cplusplus #include +#include namespace nntrainer {