aboutsummaryrefslogtreecommitdiffstats
path: root/parameter/Component.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/Component.h')
-rw-r--r--parameter/Component.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/parameter/Component.h b/parameter/Component.h
index 2950912..4ec1f71 100644
--- a/parameter/Component.h
+++ b/parameter/Component.h
@@ -31,10 +31,12 @@
#include "InstanceConfigurableElement.h"
+#include <string>
+
class CComponent : public CInstanceConfigurableElement
{
public:
- CComponent(const string& strName, const CTypeElement* pTypeElement) : CInstanceConfigurableElement(strName, pTypeElement)
+ CComponent(const std::string& strName, const CTypeElement* pTypeElement) : CInstanceConfigurableElement(strName, pTypeElement)
{
}