diff --git a/include/aidge/backend/cpu.hpp b/include/aidge/backend/cpu.hpp
index 3f93e11f8702a6ba1a2e639919951523d2e29015..06746ff6cb10571af0df3bb85fbac46c40512808 100644
--- a/include/aidge/backend/cpu.hpp
+++ b/include/aidge/backend/cpu.hpp
@@ -33,5 +33,6 @@
 #include "aidge/backend/cpu/operator/SqrtImpl.hpp"
 #include "aidge/backend/cpu/operator/SoftmaxImpl.hpp"
 #include "aidge/backend/cpu/operator/SubImpl.hpp"
+#include "aidge/backend/cpu/data/TensorImpl.hpp"
 
 #endif /* AIDGE_CPU_IMPORTS_H_ */