From d1239a26904d0dfedf0ad713da7f8ced2555cf66 Mon Sep 17 00:00:00 2001
From: cmoineau <cyril.moineau@cea.fr>
Date: Fri, 9 Feb 2024 15:48:25 +0000
Subject: [PATCH] Add back include to TensorImpl.

---
 include/aidge/backend/cpu.hpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/aidge/backend/cpu.hpp b/include/aidge/backend/cpu.hpp
index 33329534..8fae3439 100644
--- a/include/aidge/backend/cpu.hpp
+++ b/include/aidge/backend/cpu.hpp
@@ -39,4 +39,7 @@
 #include "aidge/backend/cpu/operator/SubImpl.hpp"
 #include "aidge/backend/cpu/operator/TransposeImpl.hpp"
 
+#include "aidge/backend/cpu/data/TensorImpl.hpp"
+
 #endif /* AIDGE_CPU_IMPORTS_H_ */
+
-- 
GitLab