diff options
Diffstat (limited to 'parameter/FormattedSubsystemObject.cpp')
-rw-r--r-- | parameter/FormattedSubsystemObject.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/parameter/FormattedSubsystemObject.cpp b/parameter/FormattedSubsystemObject.cpp index 63502c7..2da7deb 100644 --- a/parameter/FormattedSubsystemObject.cpp +++ b/parameter/FormattedSubsystemObject.cpp @@ -35,6 +35,8 @@ #define base CSubsystemObject +using std::string; + CFormattedSubsystemObject::CFormattedSubsystemObject( CInstanceConfigurableElement* pInstanceConfigurableElement) : base(pInstanceConfigurableElement) |