From 1bfdfd3e4985b86a073b81580588d76f9b774c30 Mon Sep 17 00:00:00 2001 From: Tim Hall Date: Thu, 8 May 2025 15:00:50 +0100 Subject: [PATCH] MLBEDSW-10656: Fix missing header compilation failure - Included the missing unordered_map Change-Id: Ife560a9645526fc251e18db317719710070e9d82 Signed-off-by: Tim Hall --- ethosu/regor/tflite/flatbuffer_utils.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ethosu/regor/tflite/flatbuffer_utils.hpp b/ethosu/regor/tflite/flatbuffer_utils.hpp index 796e03cc..21d864a9 100644 --- a/ethosu/regor/tflite/flatbuffer_utils.hpp +++ b/ethosu/regor/tflite/flatbuffer_utils.hpp @@ -21,6 +21,7 @@ #include "common/logging.hpp" #include +#include namespace FlatbufferUtils { -- GitLab