diff --git a/include/aidge/backend/cpu.hpp b/include/aidge/backend/cpu.hpp index 3332953461584d85820d2d2621a83ae948cc8953..8fae3439c9e5399f360d807e2695bafd19793ec5 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_ */ +