Skip to content
Snippets Groups Projects
Commit 6c3aa17b authored by Maxence Naud's avatar Maxence Naud
Browse files

Update TensorImpl.hpp add include for type_traits

parent 943081f8
No related branches found
No related tags found
2 merge requests!75Update 0.5.1 -> 0.6.0,!40Fix template compilation and warnings
......@@ -7,6 +7,7 @@
#include <vector>
#include <cuda.h>
#include <type_traits> // std::enable_if, std::is_same
#include "aidge/backend/TensorImpl.hpp"
#include "aidge/data/Tensor.hpp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment