From 3ab88a9b2c64f7beff7fe484d5864bc5d32f9ca0 Mon Sep 17 00:00:00 2001 From: Maxence Naud <maxence.naud@cea.fr> Date: Wed, 24 Jan 2024 13:08:32 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- include/aidge/backend/StimuliImpl.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/aidge/backend/StimuliImpl.hpp b/include/aidge/backend/StimuliImpl.hpp index 925020beb..7c37cd108 100644 --- a/include/aidge/backend/StimuliImpl.hpp +++ b/include/aidge/backend/StimuliImpl.hpp @@ -9,8 +9,8 @@ * ********************************************************************************/ -#ifndef AIDGE_STIMULIIMPL_H_ -#define AIDGE_STIMULIIMPL_H_ +#ifndef AIDGE_CORE_BACKEND_STIMULIIMPL_H_ +#define AIDGE_CORE_BACKEND_STIMULIIMPL_H_ #include <memory> #include "aidge/data/Data.hpp" #include "aidge/data/Tensor.hpp" -- GitLab