diff --git a/include/aidge/backend/TensorImpl.hpp b/include/aidge/backend/TensorImpl.hpp
index 9432914f55d06f6183d5c5ace074568bdbe4129e..12551e71cd646564321eeb23f64bf68d77a8886c 100644
--- a/include/aidge/backend/TensorImpl.hpp
+++ b/include/aidge/backend/TensorImpl.hpp
@@ -12,7 +12,7 @@
 #ifndef AIDGE_TENSORIMPL_H_
 #define AIDGE_TENSORIMPL_H_
 
-#include <algorithm>   // std::accumulate
+#include <numeric>     // std::accumulate
 #include <cstddef>     // std::size_t
 #include <functional>  // std::multiplies
 #include <vector>