From fc250a894fa41e243b2e4077273867b970e74b86 Mon Sep 17 00:00:00 2001
From: IKucher <Inna.KUCHER@cea.fr>
Date: Mon, 25 Sep 2023 10:39:52 +0000
Subject: [PATCH] adding scaling

---
 include/aidge/aidge.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/aidge/aidge.hpp b/include/aidge/aidge.hpp
index 13c360796..cfda3ac7f 100644
--- a/include/aidge/aidge.hpp
+++ b/include/aidge/aidge.hpp
@@ -40,6 +40,7 @@
 #include "aidge/operator/Producer.hpp"
 #include "aidge/operator/ReLU.hpp"
 #include "aidge/operator/Softmax.hpp"
+#include "aidge/operator/Scaling.hpp"
 #include "aidge/scheduler/Scheduler.hpp"
 #include "aidge/utils/CParameter.hpp"
 #include "aidge/utils/Parameter.hpp"
-- 
GitLab