Skip to content
Snippets Groups Projects
Commit 3e6ab5fb authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Added missing include

parent 1de41820
No related branches found
No related tags found
1 merge request!28Added PaddedConvDepthWise
Pipeline #32853 passed
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
********************************************************************************/ ********************************************************************************/
#include "aidge/operator/MetaOperator.hpp" #include "aidge/operator/MetaOperator.hpp"
#include "aidge/utils/ErrorHandling.hpp"
Aidge::MetaOperator_Op::MetaOperator_Op(const char *type, const std::shared_ptr<GraphView>& graph, Aidge::MetaOperator_Op::MetaOperator_Op(const char *type, const std::shared_ptr<GraphView>& graph,
std::vector<NodePtr> inputNodes, std::vector<NodePtr> inputNodes,
......
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