From 583f09e6abcb11f88e942e12ada1e4c7df977e01 Mon Sep 17 00:00:00 2001
From: Maxence Naud <maxence.naud@cea.fr>
Date: Wed, 6 Mar 2024 15:40:18 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 include/aidge/operator/GlobalAveragePooling.hpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/aidge/operator/GlobalAveragePooling.hpp b/include/aidge/operator/GlobalAveragePooling.hpp
index 2ce78052d..ee26d89f8 100644
--- a/include/aidge/operator/GlobalAveragePooling.hpp
+++ b/include/aidge/operator/GlobalAveragePooling.hpp
@@ -13,6 +13,8 @@
 #define AIDGE_CORE_OPERATOR_GLOBAL_AVERAGE_POOLING_H_
 
 #include <memory>
+#include <string>
+#include <vector>
 
 #include "aidge/backend/OperatorImpl.hpp"
 #include "aidge/data/Data.hpp"
-- 
GitLab