Skip to content

Commit

Permalink
[ trivial ] Add missing header file for quantizer
Browse files Browse the repository at this point in the history
- 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 <[email protected]>
  • Loading branch information
skykongkong8 committed Dec 26, 2024
1 parent 2f6997f commit 1c595be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nntrainer/tensor/quantizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#ifdef __cplusplus

#include <tensor.h>
#include <unordered_map>

namespace nntrainer {

Expand Down

0 comments on commit 1c595be

Please sign in to comment.