diff options
-rw-r--r-- | parameter/ConfigurableElementAggregator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parameter/ConfigurableElementAggregator.h b/parameter/ConfigurableElementAggregator.h index 2164688..4c1119b 100644 --- a/parameter/ConfigurableElementAggregator.h +++ b/parameter/ConfigurableElementAggregator.h @@ -29,10 +29,10 @@ */ #pragma once +#include "ConfigurableElement.h" #include <list> #include <string> -class CConfigurableElement; class CConfigurableElementAggregator { |