From 086513039d463bb096fadb8ca6bc8568f1ce4b9c Mon Sep 17 00:00:00 2001 From: cmoineau <cyril.moineau@cea.fr> Date: Tue, 17 Oct 2023 12:30:43 +0000 Subject: [PATCH] [aidge.hpp] Add include Pad.hpp --- include/aidge/aidge.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/aidge/aidge.hpp b/include/aidge/aidge.hpp index c3f97f96e..e708c1684 100644 --- a/include/aidge/aidge.hpp +++ b/include/aidge/aidge.hpp @@ -38,6 +38,7 @@ #include "aidge/operator/MetaOperator.hpp" #include "aidge/operator/MetaOperatorDefs.hpp" #include "aidge/operator/Operator.hpp" +#include "aidge/operator/Pad.hpp" #include "aidge/operator/Producer.hpp" #include "aidge/operator/ReLU.hpp" #include "aidge/operator/Softmax.hpp" -- GitLab