Skip to content
Snippets Groups Projects
Commit dd7463f3 authored by Louis Lerbourg's avatar Louis Lerbourg
Browse files

fix reducemean export

parent 8f876b0b
No related branches found
No related tags found
2 merge requests!710.4.0,!54fix reducemean export #35
Pipeline #76178 passed with warnings
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#include "network/typedefs.hpp" #include "network/typedefs.hpp"
#include "network/utils.hpp" #include "network/utils.hpp"
#include <cmath> #include <cmath>
#include <type_traits>
template <typename T> template <typename T>
using Acc_T = using Acc_T =
......
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