summaryrefslogtreecommitdiffstats
path: root/parameter/SubsystemObjectCreator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/SubsystemObjectCreator.cpp')
-rw-r--r--parameter/SubsystemObjectCreator.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/parameter/SubsystemObjectCreator.cpp b/parameter/SubsystemObjectCreator.cpp
index 8899c0c..66c1cac 100644
--- a/parameter/SubsystemObjectCreator.cpp
+++ b/parameter/SubsystemObjectCreator.cpp
@@ -29,6 +29,8 @@
*/
#include "SubsystemObjectCreator.h"
+using std::string;
+
CSubsystemObjectCreator::CSubsystemObjectCreator(const string& strMappingKey, uint32_t uiAncestorIdMask, uint32_t uiMaxConfigurableElementSize)
: _strMappingKey(strMappingKey), _uiAncestorIdMask(uiAncestorIdMask), _uiMaxConfigurableElementSize(uiMaxConfigurableElementSize)
{